Html Css Color HEX #B2D53E Conifer

📋 copy color: '#B2D53E'

red 178 ◦ green 213 ◦ blue 62

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

Shades of Conifer #B2D53E

Tints of Conifer #B2D53E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 39.29%
G = 47.02%
B = 13.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B2D53E (or 0xB2D53E) is known color: Conifer. HEX triplet: B2, D5 and 3E. RGB value is (178,213,62). Sum of RGB (Red+Green+Blue) = 178+213+62=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D53E is #4D2AC1. Grayscale: #B9B9B9. Windows color (decimal): -5057218 or 4117938. OLE color: 4117938.

HSL color Cylindrical-coordinate representation of color #B2D53E: hue angle of 73.91º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D53E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 62 -
CMYK 0.16 0 0.71 0.16
HSL 73.91º 0.64% 0.54% -
HSV(B) 73.91º 0.71% 0.84% -
XYZ 43.02 57.4 13.37 -
YUV 185.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 178 213 62 0.16 0 0.71 0.16 73.91 0.64 0.54
Hex B2 D5 3E 10 0 47 10 4A 40 36
Octal 262 325 76 20 0 107 20 112 100 66
Binary 10110010 11010101 111110 10000 0 1000111 10000 1001010 1000000 110110

Color Harmonies of #B2D53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D53E

Black with #B2D53E

Text Example


Text Example

White with #B2D53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D53E; }

 p { color: rgb(178,213,62); }

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

background-color css

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

 a { background-color: rgb(178,213,62); }

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

border-color css

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

 span { border-color: rgb(178,213,62); }

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