Html Css Color HEX #B5F245 Conifer

📋 copy color: '#B5F245'

red 181 ◦ green 242 ◦ blue 69

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

Shades of Conifer #B5F245

Tints of Conifer #B5F245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.02%

R = 36.79%
G = 49.19%
B = 14.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#B5F245 (or 0xB5F245) is known color: Conifer. HEX triplet: B5, F2 and 45. RGB value is (181,242,69). Sum of RGB (Red+Green+Blue) = 181+242+69=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F245 is #4A0DBA. Grayscale: #CCCCCC. Windows color (decimal): -4853179 or 4584117. OLE color: 4584117.

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

Color convert

RGB 181 242 69 -
CMYK 0.25 0 0.71 0.05
HSL 81.16º 0.87% 0.61% -
HSV(B) 81.16º 0.71% 0.95% -
XYZ 51.88 73.76 17.13 -
YUV 204.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 181 242 69 0.25 0 0.71 0.05 81.16 0.87 0.61
Hex B5 F2 45 19 0 47 5 51 57 3D
Octal 265 362 105 31 0 107 5 121 127 75
Binary 10110101 11110010 1000101 11001 0 1000111 101 1010001 1010111 111101

Color Harmonies of #B5F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F245

Black with #B5F245

Text Example


Text Example

White with #B5F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F245; }

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

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

background-color css

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

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

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

border-color css

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

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

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