Html Css Color HEX #BFEE1E Inch Worm

📋 copy color: '#BFEE1E'

red 191 ◦ green 238 ◦ blue 30

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

Shades of Inch Worm #BFEE1E

Tints of Inch Worm #BFEE1E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

 BLUE value IS 30 (12.11% from 255) = 6.54%

R = 41.61%
G = 51.85%
B = 6.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#BFEE1E (or 0xBFEE1E) is known color: Inch Worm. HEX triplet: BF, EE and 1E. RGB value is (191,238,30). Sum of RGB (Red+Green+Blue) = 191+238+30=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE1E is #4011E1. Grayscale: #C9C9C9. Windows color (decimal): -4198882 or 2027199. OLE color: 2027199.

HSL color Cylindrical-coordinate representation of color #BFEE1E: hue angle of 73.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFEE1E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 30 -
CMYK 0.20 0 0.87 0.07
HSL 73.56º 0.86% 0.53% -
HSV(B) 73.56º 0.87% 0.93% -
XYZ 52.29 72.32 12.43 -
YUV 200.24 31.93 121.41 -
System Red Green Blue C M Y K H S L
Decimal 191 238 30 0.20 0 0.87 0.07 73.56 0.86 0.53
Hex BF EE 1E 14 0 57 7 4A 56 35
Octal 277 356 36 24 0 127 7 112 126 65
Binary 10111111 11101110 11110 10100 0 1010111 111 1001010 1010110 110101

Color Harmonies of #BFEE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE1E

Black with #BFEE1E

Text Example


Text Example

White with #BFEE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE1E; }

 p { color: rgb(191,238,30); }

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

background-color css

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

 a { background-color: rgb(191,238,30); }

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

border-color css

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

 span { border-color: rgb(191,238,30); }

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