Html Css Color HEX #B5F25D Conifer

📋 copy color: '#B5F25D'

red 181 ◦ green 242 ◦ blue 93

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

Shades of Conifer #B5F25D

Tints of Conifer #B5F25D

RGB

 RED value IS 181 (71.09% from 255) = 35.08%

 GREEN value IS 242 (94.92% from 255) = 46.9%

 BLUE value IS 93 (36.72% from 255) = 18.02%

R = 35.08%
G = 46.9%
B = 18.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#B5F25D (or 0xB5F25D) is known color: Conifer. HEX triplet: B5, F2 and 5D. RGB value is (181,242,93). Sum of RGB (Red+Green+Blue) = 181+242+93=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F25D is #4A0DA2. Grayscale: #CFCFCF. Windows color (decimal): -4853155 or 6156981. OLE color: 6156981.

HSL color Cylindrical-coordinate representation of color #B5F25D: hue angle of 84.56º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5F25D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 93 -
CMYK 0.25 0 0.62 0.05
HSL 84.56º 0.85% 0.66% -
HSV(B) 84.56º 0.62% 0.95% -
XYZ 52.78 74.12 21.88 -
YUV 206.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 181 242 93 0.25 0 0.62 0.05 84.56 0.85 0.66
Hex B5 F2 5D 19 0 3E 5 55 55 42
Octal 265 362 135 31 0 76 5 125 125 102
Binary 10110101 11110010 1011101 11001 0 111110 101 1010101 1010101 1000010

Color Harmonies of #B5F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F25D

Black with #B5F25D

Text Example


Text Example

White with #B5F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F25D; }

 p { color: rgb(181,242,93); }

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

background-color css

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

 a { background-color: rgb(181,242,93); }

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

border-color css

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

 span { border-color: rgb(181,242,93); }

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