Html Css Color HEX #B0DE52 Conifer

📋 copy color: '#B0DE52'

red 176 ◦ green 222 ◦ blue 82

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

Shades of Conifer #B0DE52

Tints of Conifer #B0DE52

RGB

 RED value IS 176 (69.14% from 255) = 36.67%

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

 BLUE value IS 82 (32.42% from 255) = 17.08%

R = 36.67%
G = 46.25%
B = 17.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#B0DE52 (or 0xB0DE52) is known color: Conifer. HEX triplet: B0, DE and 52. RGB value is (176,222,82). Sum of RGB (Red+Green+Blue) = 176+222+82=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DE52 is #4F21AD. Grayscale: #C0C0C0. Windows color (decimal): -5185966 or 5430960. OLE color: 5430960.

HSL color Cylindrical-coordinate representation of color #B0DE52: hue angle of 79.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0DE52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 82 -
CMYK 0.21 0 0.63 0.13
HSL 79.71º 0.68% 0.6% -
HSV(B) 79.71º 0.63% 0.87% -
XYZ 45.55 62.08 17.56 -
YUV 192.29 65.76 116.38 -
System Red Green Blue C M Y K H S L
Decimal 176 222 82 0.21 0 0.63 0.13 79.71 0.68 0.6
Hex B0 DE 52 15 0 3F D 50 44 3C
Octal 260 336 122 25 0 77 15 120 104 74
Binary 10110000 11011110 1010010 10101 0 111111 1101 1010000 1000100 111100

Color Harmonies of #B0DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DE52

Black with #B0DE52

Text Example


Text Example

White with #B0DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DE52; }

 p { color: rgb(176,222,82); }

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

background-color css

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

 a { background-color: rgb(176,222,82); }

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

border-color css

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

 span { border-color: rgb(176,222,82); }

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