Html Css Color HEX #BFEE1D Inch Worm

📋 copy color: '#BFEE1D'

red 191 ◦ green 238 ◦ blue 29

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

Shades of Inch Worm #BFEE1D

Tints of Inch Worm #BFEE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 41.7%
G = 51.97%
B = 6.33%

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

#BFEE1D (or 0xBFEE1D) is known color: Inch Worm. HEX triplet: BF, EE and 1D. RGB value is (191,238,29). Sum of RGB (Red+Green+Blue) = 191+238+29=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE1D is #4011E2. Grayscale: #C8C8C8. Windows color (decimal): -4198883 or 1961663. OLE color: 1961663.

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

Color convert

RGB 191 238 29 -
CMYK 0.20 0 0.88 0.07
HSL 73.49º 0.86% 0.52% -
HSV(B) 73.49º 0.88% 0.93% -
XYZ 52.28 72.31 12.36 -
YUV 200.12 31.43 121.49 -
System Red Green Blue C M Y K H S L
Decimal 191 238 29 0.20 0 0.88 0.07 73.49 0.86 0.52
Hex BF EE 1D 14 0 58 7 49 56 34
Octal 277 356 35 24 0 130 7 111 126 64
Binary 10111111 11101110 11101 10100 0 1011000 111 1001001 1010110 110100

Color Harmonies of #BFEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE1D

Black with #BFEE1D

Text Example


Text Example

White with #BFEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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