Html Css Color HEX #B2DD41 Conifer

📋 copy color: '#B2DD41'

red 178 ◦ green 221 ◦ blue 65

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

Shades of Conifer #B2DD41

Tints of Conifer #B2DD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.01%

R = 38.36%
G = 47.63%
B = 14.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#B2DD41 (or 0xB2DD41) is known color: Conifer. HEX triplet: B2, DD and 41. RGB value is (178,221,65). Sum of RGB (Red+Green+Blue) = 178+221+65=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD41 is #4D22BE. Grayscale: #BEBEBE. Windows color (decimal): -5055167 or 4316594. OLE color: 4316594.

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

Color convert

RGB 178 221 65 -
CMYK 0.19 0 0.71 0.13
HSL 76.54º 0.7% 0.56% -
HSV(B) 76.54º 0.71% 0.87% -
XYZ 45.17 61.56 14.5 -
YUV 190.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 178 221 65 0.19 0 0.71 0.13 76.54 0.7 0.56
Hex B2 DD 41 13 0 47 D 4D 46 38
Octal 262 335 101 23 0 107 15 115 106 70
Binary 10110010 11011101 1000001 10011 0 1000111 1101 1001101 1000110 111000

Color Harmonies of #B2DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD41

Black with #B2DD41

Text Example


Text Example

White with #B2DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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