Html Css Color HEX #B2DD3C Conifer

📋 copy color: '#B2DD3C'

red 178 ◦ green 221 ◦ blue 60

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

Shades of Conifer #B2DD3C

Tints of Conifer #B2DD3C

RGB

 RED value IS 178 (69.92% from 255) = 38.78%

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 38.78%
G = 48.15%
B = 13.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B2DD3C (or 0xB2DD3C) is known color: Conifer. HEX triplet: B2, DD and 3C. RGB value is (178,221,60). Sum of RGB (Red+Green+Blue) = 178+221+60=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD3C is #4D22C3. Grayscale: #BEBEBE. Windows color (decimal): -5055172 or 3988914. OLE color: 3988914.

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

Color convert

RGB 178 221 60 -
CMYK 0.19 0 0.73 0.13
HSL 76.02º 0.7% 0.55% -
HSV(B) 76.02º 0.73% 0.87% -
XYZ 45.03 61.5 13.77 -
YUV 189.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 178 221 60 0.19 0 0.73 0.13 76.02 0.7 0.55
Hex B2 DD 3C 13 0 49 D 4C 46 37
Octal 262 335 74 23 0 111 15 114 106 67
Binary 10110010 11011101 111100 10011 0 1001001 1101 1001100 1000110 110111

Color Harmonies of #B2DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD3C

Black with #B2DD3C

Text Example


Text Example

White with #B2DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD3C; }

 p { color: rgb(178,221,60); }

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

background-color css

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

 a { background-color: rgb(178,221,60); }

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

border-color css

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

 span { border-color: rgb(178,221,60); }

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