Html Css Color HEX #BFEE1B Inch Worm

📋 copy color: '#BFEE1B'

red 191 ◦ green 238 ◦ blue 27

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

Shades of Inch Worm #BFEE1B

Tints of Inch Worm #BFEE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.92%

R = 41.89%
G = 52.19%
B = 5.92%

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

#BFEE1B (or 0xBFEE1B) is known color: Inch Worm. HEX triplet: BF, EE and 1B. RGB value is (191,238,27). Sum of RGB (Red+Green+Blue) = 191+238+27=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE1B is #4011E4. Grayscale: #C8C8C8. Windows color (decimal): -4198885 or 1830591. OLE color: 1830591.

HSL color Cylindrical-coordinate representation of color #BFEE1B: hue angle of 73.36º 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 #BFEE1B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 27 -
CMYK 0.20 0 0.89 0.07
HSL 73.36º 0.86% 0.52% -
HSV(B) 73.36º 0.89% 0.93% -
XYZ 52.26 72.3 12.24 -
YUV 199.89 30.43 121.66 -
System Red Green Blue C M Y K H S L
Decimal 191 238 27 0.20 0 0.89 0.07 73.36 0.86 0.52
Hex BF EE 1B 14 0 59 7 49 56 34
Octal 277 356 33 24 0 131 7 111 126 64
Binary 10111111 11101110 11011 10100 0 1011001 111 1001001 1010110 110100

Color Harmonies of #BFEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE1B

Black with #BFEE1B

Text Example


Text Example

White with #BFEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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