Html Css Color HEX #B2F254 Conifer

📋 copy color: '#B2F254'

red 178 ◦ green 242 ◦ blue 84

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

Shades of Conifer #B2F254

Tints of Conifer #B2F254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 35.32%
G = 48.02%
B = 16.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#B2F254 (or 0xB2F254) is known color: Conifer. HEX triplet: B2, F2 and 54. RGB value is (178,242,84). Sum of RGB (Red+Green+Blue) = 178+242+84=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F254 is #4D0DAB. Grayscale: #CDCDCD. Windows color (decimal): -5049772 or 5567154. OLE color: 5567154.

HSL color Cylindrical-coordinate representation of color #B2F254: hue angle of 84.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2F254 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 84 -
CMYK 0.26 0 0.65 0.05
HSL 84.3º 0.86% 0.64% -
HSV(B) 84.3º 0.65% 0.95% -
XYZ 51.71 73.61 19.87 -
YUV 204.85 59.8 108.85 -
System Red Green Blue C M Y K H S L
Decimal 178 242 84 0.26 0 0.65 0.05 84.3 0.86 0.64
Hex B2 F2 54 1A 0 41 5 54 56 40
Octal 262 362 124 32 0 101 5 124 126 100
Binary 10110010 11110010 1010100 11010 0 1000001 101 1010100 1010110 1000000

Color Harmonies of #B2F254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F254

Black with #B2F254

Text Example


Text Example

White with #B2F254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F254; }

 p { color: rgb(178,242,84); }

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

background-color css

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

 a { background-color: rgb(178,242,84); }

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

border-color css

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

 span { border-color: rgb(178,242,84); }

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