Html Css Color HEX #B2DC52 Conifer

📋 copy color: '#B2DC52'

red 178 ◦ green 220 ◦ blue 82

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

Shades of Conifer #B2DC52

Tints of Conifer #B2DC52

RGB

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

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

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

R = 37.08%
G = 45.83%
B = 17.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#B2DC52 (or 0xB2DC52) is known color: Conifer. HEX triplet: B2, DC and 52. RGB value is (178,220,82). Sum of RGB (Red+Green+Blue) = 178+220+82=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC52 is #4D23AD. Grayscale: #C0C0C0. Windows color (decimal): -5055406 or 5430450. OLE color: 5430450.

HSL color Cylindrical-coordinate representation of color #B2DC52: hue angle of 78.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2DC52 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 82 -
CMYK 0.19 0 0.63 0.14
HSL 78.26º 0.66% 0.59% -
HSV(B) 78.26º 0.63% 0.86% -
XYZ 45.48 61.26 17.41 -
YUV 191.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 178 220 82 0.19 0 0.63 0.14 78.26 0.66 0.59
Hex B2 DC 52 13 0 3F E 4E 42 3B
Octal 262 334 122 23 0 77 16 116 102 73
Binary 10110010 11011100 1010010 10011 0 111111 1110 1001110 1000010 111011

Color Harmonies of #B2DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC52

Black with #B2DC52

Text Example


Text Example

White with #B2DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC52; }

 p { color: rgb(178,220,82); }

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

background-color css

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

 a { background-color: rgb(178,220,82); }

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

border-color css

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

 span { border-color: rgb(178,220,82); }

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