Html Css Color HEX #BFEE1A Inch Worm

📋 copy color: '#BFEE1A'

red 191 ◦ green 238 ◦ blue 26

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

Shades of Inch Worm #BFEE1A

Tints of Inch Worm #BFEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.71%

R = 41.98%
G = 52.31%
B = 5.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#BFEE1A (or 0xBFEE1A) is known color: Inch Worm. HEX triplet: BF, EE and 1A. RGB value is (191,238,26). Sum of RGB (Red+Green+Blue) = 191+238+26=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE1A is #4011E5. Grayscale: #C8C8C8. Windows color (decimal): -4198886 or 1765055. OLE color: 1765055.

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

Color convert

RGB 191 238 26 -
CMYK 0.20 0 0.89 0.07
HSL 73.3º 0.86% 0.52% -
HSV(B) 73.3º 0.89% 0.93% -
XYZ 52.25 72.3 12.18 -
YUV 199.78 29.93 121.74 -
System Red Green Blue C M Y K H S L
Decimal 191 238 26 0.20 0 0.89 0.07 73.3 0.86 0.52
Hex BF EE 1A 14 0 59 7 49 56 34
Octal 277 356 32 24 0 131 7 111 126 64
Binary 10111111 11101110 11010 10100 0 1011001 111 1001001 1010110 110100

Color Harmonies of #BFEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE1A

Black with #BFEE1A

Text Example


Text Example

White with #BFEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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