Html Css Color HEX #B0DC44 Conifer

📋 copy color: '#B0DC44'

red 176 ◦ green 220 ◦ blue 68

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

Shades of Conifer #B0DC44

Tints of Conifer #B0DC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 37.93%
G = 47.41%
B = 14.66%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#B0DC44 (or 0xB0DC44) is known color: Conifer. HEX triplet: B0, DC and 44. RGB value is (176,220,68). Sum of RGB (Red+Green+Blue) = 176+220+68=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC44 is #4F23BB. Grayscale: #BEBEBE. Windows color (decimal): -5186492 or 4512944. OLE color: 4512944.

HSL color Cylindrical-coordinate representation of color #B0DC44: hue angle of 77.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0DC44 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 68 -
CMYK 0.2 0 0.69 0.14
HSL 77.37º 0.68% 0.56% -
HSV(B) 77.37º 0.69% 0.86% -
XYZ 44.54 60.83 14.86 -
YUV 189.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 176 220 68 0.2 0 0.69 0.14 77.37 0.68 0.56
Hex B0 DC 44 14 0 45 E 4D 44 38
Octal 260 334 104 24 0 105 16 115 104 70
Binary 10110000 11011100 1000100 10100 0 1000101 1110 1001101 1000100 111000

Color Harmonies of #B0DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC44

Black with #B0DC44

Text Example


Text Example

White with #B0DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC44; }

 p { color: rgb(176,220,68); }

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

background-color css

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

 a { background-color: rgb(176,220,68); }

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

border-color css

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

 span { border-color: rgb(176,220,68); }

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