Html Css Color HEX #BFDD02 Inch Worm

📋 copy color: '#BFDD02'

red 191 ◦ green 221 ◦ blue 2

#BFDD02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BFDD02

Tints of Inch Worm #BFDD02

RGB

 RED value IS 191 (75% from 255) = 46.14%

 GREEN value IS 221 (86.72% from 255) = 53.38%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 46.14%
G = 53.38%
B = 0.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFDD02 (or 0xBFDD02) is known color: Inch Worm. HEX triplet: BF, DD and 02. RGB value is (191,221,2). Sum of RGB (Red+Green+Blue) = 191+221+2=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD02 is #4022FD. Grayscale: #BBBBBB. Windows color (decimal): -4203262 or 187839. OLE color: 187839.

HSL color Cylindrical-coordinate representation of color #BFDD02: hue angle of 68.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFDD02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 2 -
CMYK 0.14 0 0.99 0.13
HSL 68.22º 0.98% 0.44% -
HSV(B) 68.22º 0.99% 0.87% -
XYZ 47.35 62.79 9.68 -
YUV 187.06 23.56 130.81 -
System Red Green Blue C M Y K H S L
Decimal 191 221 2 0.14 0 0.99 0.13 68.22 0.98 0.44
Hex BF DD 2 E 0 63 D 44 62 2C
Octal 277 335 2 16 0 143 15 104 142 54
Binary 10111111 11011101 10 1110 0 1100011 1101 1000100 1100010 101100

Color Harmonies of #BFDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD02

Black with #BFDD02

Text Example


Text Example

White with #BFDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD02; }

 p { color: rgb(191,221,2); }

 H1.HeaderClassName
 {
   color: #BFDD02;
 }
 .AnyTagClassName
 {
   color: #BFDD02;
 }
</style>

background-color css

<style>
 a { background-color: #BFDD02; }

 a { background-color: rgb(191,221,2); }

 div.DivClassName
 {
   background-color: #BFDD02;
 }
 .BgClassName
 {
   background-color: #BFDD02;
 }
</style>

border-color css

<style>
 span { border-color: #BFDD02; }

 span { border-color: rgb(191,221,2); }

 td.TdClassName
 {
   border-color: #BFDD02;
 }
 .TagClassName
 {
   border-color: #BFDD02;
 }
</style>