Html Css Color HEX #BFE002 Inch Worm

📋 copy color: '#BFE002'

red 191 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #BFE002

Tints of Inch Worm #BFE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.72%

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

R = 45.8%
G = 53.72%
B = 0.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BFE002 (or 0xBFE002) is known color: Inch Worm. HEX triplet: BF, E0 and 02. RGB value is (191,224,2). Sum of RGB (Red+Green+Blue) = 191+224+2=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE002 is #401FFD. Grayscale: #BDBDBD. Windows color (decimal): -4202494 or 188607. OLE color: 188607.

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

Color convert

RGB 191 224 2 -
CMYK 0.15 0 0.99 0.12
HSL 68.92º 0.98% 0.44% -
HSV(B) 68.92º 0.99% 0.88% -
XYZ 48.15 64.39 9.95 -
YUV 188.83 22.57 129.55 -
System Red Green Blue C M Y K H S L
Decimal 191 224 2 0.15 0 0.99 0.12 68.92 0.98 0.44
Hex BF E0 2 F 0 63 C 45 62 2C
Octal 277 340 2 17 0 143 14 105 142 54
Binary 10111111 11100000 10 1111 0 1100011 1100 1000101 1100010 101100

Color Harmonies of #BFE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE002

Black with #BFE002

Text Example


Text Example

White with #BFE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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