Html Css Color HEX #B0DD62 Conifer

📋 copy color: '#B0DD62'

red 176 ◦ green 221 ◦ blue 98

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

Shades of Conifer #B0DD62

Tints of Conifer #B0DD62

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 35.56%
G = 44.65%
B = 19.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#B0DD62 (or 0xB0DD62) is known color: Conifer. HEX triplet: B0, DD and 62. RGB value is (176,221,98). Sum of RGB (Red+Green+Blue) = 176+221+98=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD62 is #4F229D. Grayscale: #C1C1C1. Windows color (decimal): -5186206 or 6479280. OLE color: 6479280.

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

Color convert

RGB 176 221 98 -
CMYK 0.20 0 0.56 0.13
HSL 81.95º 0.64% 0.63% -
HSV(B) 81.95º 0.56% 0.87% -
XYZ 45.97 61.82 21.07 -
YUV 193.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 176 221 98 0.20 0 0.56 0.13 81.95 0.64 0.63
Hex B0 DD 62 14 0 38 D 52 40 3F
Octal 260 335 142 24 0 70 15 122 100 77
Binary 10110000 11011101 1100010 10100 0 111000 1101 1010010 1000000 111111

Color Harmonies of #B0DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD62

Black with #B0DD62

Text Example


Text Example

White with #B0DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD62; }

 p { color: rgb(176,221,98); }

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

background-color css

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

 a { background-color: rgb(176,221,98); }

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

border-color css

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

 span { border-color: rgb(176,221,98); }

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