Html Css Color HEX #B1DE42 Conifer

📋 copy color: '#B1DE42'

red 177 ◦ green 222 ◦ blue 66

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

Shades of Conifer #B1DE42

Tints of Conifer #B1DE42

RGB

 RED value IS 177 (69.53% from 255) = 38.06%

 GREEN value IS 222 (87.11% from 255) = 47.74%

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 38.06%
G = 47.74%
B = 14.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#B1DE42 (or 0xB1DE42) is known color: Conifer. HEX triplet: B1, DE and 42. RGB value is (177,222,66). Sum of RGB (Red+Green+Blue) = 177+222+66=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DE42 is #4E21BD. Grayscale: #BFBFBF. Windows color (decimal): -5120446 or 4382385. OLE color: 4382385.

HSL color Cylindrical-coordinate representation of color #B1DE42: hue angle of 77.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1DE42 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 66 -
CMYK 0.20 0 0.70 0.13
HSL 77.31º 0.7% 0.56% -
HSV(B) 77.31º 0.7% 0.87% -
XYZ 45.24 61.98 14.73 -
YUV 190.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 177 222 66 0.20 0 0.70 0.13 77.31 0.7 0.56
Hex B1 DE 42 14 0 46 D 4D 46 38
Octal 261 336 102 24 0 106 15 115 106 70
Binary 10110001 11011110 1000010 10100 0 1000110 1101 1001101 1000110 111000

Color Harmonies of #B1DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE42

Black with #B1DE42

Text Example


Text Example

White with #B1DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE42; }

 p { color: rgb(177,222,66); }

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

background-color css

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

 a { background-color: rgb(177,222,66); }

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

border-color css

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

 span { border-color: rgb(177,222,66); }

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