Html Css Color HEX #96F752 Conifer

📋 copy color: '#96F752'

red 150 ◦ green 247 ◦ blue 82

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

Shades of Conifer #96F752

Tints of Conifer #96F752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.57%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 31.32%
G = 51.57%
B = 17.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#96F752 (or 0x96F752) is known color: Conifer. HEX triplet: 96, F7 and 52. RGB value is (150,247,82). Sum of RGB (Red+Green+Blue) = 150+247+82=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #96F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F752 is #6908AD. Grayscale: #C7C7C7. Windows color (decimal): -6883502 or 5437334. OLE color: 5437334.

HSL color Cylindrical-coordinate representation of color #96F752: hue angle of 95.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96F752 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 82 -
CMYK 0.39 0 0.67 0.03
HSL 95.27º 0.91% 0.65% -
HSV(B) 95.27º 0.67% 0.97% -
XYZ 47.36 73.61 19.7 -
YUV 199.19 61.86 92.92 -
System Red Green Blue C M Y K H S L
Decimal 150 247 82 0.39 0 0.67 0.03 95.27 0.91 0.65
Hex 96 F7 52 27 0 43 3 5F 5B 41
Octal 226 367 122 47 0 103 3 137 133 101
Binary 10010110 11110111 1010010 100111 0 1000011 11 1011111 1011011 1000001

Color Harmonies of #96F752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F752

Black with #96F752

Text Example


Text Example

White with #96F752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,82); }

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

background-color css

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

 a { background-color: rgb(150,247,82); }

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

border-color css

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

 span { border-color: rgb(150,247,82); }

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