Html Css Color HEX #B2D25F Conifer

📋 copy color: '#B2D25F'

red 178 ◦ green 210 ◦ blue 95

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

Shades of Conifer #B2D25F

Tints of Conifer #B2D25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.48%

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 36.85%
G = 43.48%
B = 19.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#B2D25F (or 0xB2D25F) is known color: Conifer. HEX triplet: B2, D2 and 5F. RGB value is (178,210,95). Sum of RGB (Red+Green+Blue) = 178+210+95=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D25F is #4D2DA0. Grayscale: #BBBBBB. Windows color (decimal): -5057953 or 6279858. OLE color: 6279858.

HSL color Cylindrical-coordinate representation of color #B2D25F: hue angle of 76.7º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2D25F is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 95 -
CMYK 0.15 0 0.55 0.18
HSL 76.7º 0.56% 0.6% -
HSV(B) 76.7º 0.55% 0.82% -
XYZ 43.47 56.38 19.42 -
YUV 187.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 178 210 95 0.15 0 0.55 0.18 76.7 0.56 0.6
Hex B2 D2 5F F 0 37 12 4D 38 3C
Octal 262 322 137 17 0 67 22 115 70 74
Binary 10110010 11010010 1011111 1111 0 110111 10010 1001101 111000 111100

Color Harmonies of #B2D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D25F

Black with #B2D25F

Text Example


Text Example

White with #B2D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D25F; }

 p { color: rgb(178,210,95); }

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

background-color css

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

 a { background-color: rgb(178,210,95); }

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

border-color css

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

 span { border-color: rgb(178,210,95); }

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