Html Css Color HEX #B5F145 Conifer

📋 copy color: '#B5F145'

red 181 ◦ green 241 ◦ blue 69

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

Shades of Conifer #B5F145

Tints of Conifer #B5F145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

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

R = 36.86%
G = 49.08%
B = 14.05%

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

#B5F145 (or 0xB5F145) is known color: Conifer. HEX triplet: B5, F1 and 45. RGB value is (181,241,69). Sum of RGB (Red+Green+Blue) = 181+241+69=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F145 is #4A0EBA. Grayscale: #CCCCCC. Windows color (decimal): -4853435 or 4583861. OLE color: 4583861.

HSL color Cylindrical-coordinate representation of color #B5F145: hue angle of 80.93º degrees, saturation: 0.86, 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 #B5F145 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 241 69 -
CMYK 0.25 0 0.71 0.05
HSL 80.93º 0.86% 0.61% -
HSV(B) 80.93º 0.71% 0.95% -
XYZ 51.59 73.16 17.03 -
YUV 203.45 52.12 111.99 -
System Red Green Blue C M Y K H S L
Decimal 181 241 69 0.25 0 0.71 0.05 80.93 0.86 0.61
Hex B5 F1 45 19 0 47 5 51 56 3D
Octal 265 361 105 31 0 107 5 121 126 75
Binary 10110101 11110001 1000101 11001 0 1000111 101 1010001 1010110 111101

Color Harmonies of #B5F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F145

Black with #B5F145

Text Example


Text Example

White with #B5F145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F145; }

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

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

background-color css

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

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

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

border-color css

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

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

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