Html Css Color HEX #BFEE1C Inch Worm

📋 copy color: '#BFEE1C'

red 191 ◦ green 238 ◦ blue 28

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

Shades of Inch Worm #BFEE1C

Tints of Inch Worm #BFEE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.13%

R = 41.79%
G = 52.08%
B = 6.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#BFEE1C (or 0xBFEE1C) is known color: Inch Worm. HEX triplet: BF, EE and 1C. RGB value is (191,238,28). Sum of RGB (Red+Green+Blue) = 191+238+28=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE1C is #4011E3. Grayscale: #C8C8C8. Windows color (decimal): -4198884 or 1896127. OLE color: 1896127.

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

Color convert

RGB 191 238 28 -
CMYK 0.20 0 0.88 0.07
HSL 73.43º 0.86% 0.52% -
HSV(B) 73.43º 0.88% 0.93% -
XYZ 52.27 72.31 12.3 -
YUV 200.01 30.93 121.58 -
System Red Green Blue C M Y K H S L
Decimal 191 238 28 0.20 0 0.88 0.07 73.43 0.86 0.52
Hex BF EE 1C 14 0 58 7 49 56 34
Octal 277 356 34 24 0 130 7 111 126 64
Binary 10111111 11101110 11100 10100 0 1011000 111 1001001 1010110 110100

Color Harmonies of #BFEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE1C

Black with #BFEE1C

Text Example


Text Example

White with #BFEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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