Html Css Color HEX #96F253 Conifer

📋 copy color: '#96F253'

red 150 ◦ green 242 ◦ blue 83

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

Shades of Conifer #96F253

Tints of Conifer #96F253

RGB

 RED value IS 150 (58.98% from 255) = 31.58%

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 31.58%
G = 50.95%
B = 17.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#96F253 (or 0x96F253) is known color: Conifer. HEX triplet: 96, F2 and 53. RGB value is (150,242,83). Sum of RGB (Red+Green+Blue) = 150+242+83=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #96F253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F253 is #690DAC. Grayscale: #C4C4C4. Windows color (decimal): -6884781 or 5501590. OLE color: 5501590.

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

Color convert

RGB 150 242 83 -
CMYK 0.38 0 0.66 0.05
HSL 94.72º 0.86% 0.64% -
HSV(B) 94.72º 0.66% 0.95% -
XYZ 45.89 70.61 19.39 -
YUV 196.37 64.02 94.93 -
System Red Green Blue C M Y K H S L
Decimal 150 242 83 0.38 0 0.66 0.05 94.72 0.86 0.64
Hex 96 F2 53 26 0 42 5 5F 56 40
Octal 226 362 123 46 0 102 5 137 126 100
Binary 10010110 11110010 1010011 100110 0 1000010 101 1011111 1010110 1000000

Color Harmonies of #96F253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F253

Black with #96F253

Text Example


Text Example

White with #96F253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F253; }

 p { color: rgb(150,242,83); }

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

background-color css

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

 a { background-color: rgb(150,242,83); }

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

border-color css

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

 span { border-color: rgb(150,242,83); }

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