Html Css Color HEX #B2F455 Conifer

📋 copy color: '#B2F455'

red 178 ◦ green 244 ◦ blue 85

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

Shades of Conifer #B2F455

Tints of Conifer #B2F455

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.13%

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 35.11%
G = 48.13%
B = 16.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#B2F455 (or 0xB2F455) is known color: Conifer. HEX triplet: B2, F4 and 55. RGB value is (178,244,85). Sum of RGB (Red+Green+Blue) = 178+244+85=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F455 is #4D0BAA. Grayscale: #CECECE. Windows color (decimal): -5049259 or 5633202. OLE color: 5633202.

HSL color Cylindrical-coordinate representation of color #B2F455: hue angle of 84.91º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2F455 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 244 85 -
CMYK 0.27 0 0.65 0.04
HSL 84.91º 0.88% 0.65% -
HSV(B) 84.91º 0.65% 0.96% -
XYZ 52.35 74.82 20.28 -
YUV 206.14 59.63 107.93 -
System Red Green Blue C M Y K H S L
Decimal 178 244 85 0.27 0 0.65 0.04 84.91 0.88 0.65
Hex B2 F4 55 1B 0 41 4 55 58 41
Octal 262 364 125 33 0 101 4 125 130 101
Binary 10110010 11110100 1010101 11011 0 1000001 100 1010101 1011000 1000001

Color Harmonies of #B2F455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F455

Black with #B2F455

Text Example


Text Example

White with #B2F455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F455; }

 p { color: rgb(178,244,85); }

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

background-color css

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

 a { background-color: rgb(178,244,85); }

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

border-color css

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

 span { border-color: rgb(178,244,85); }

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