Html Css Color HEX #95C206 Citrus

📋 copy color: '#95C206'

red 149 ◦ green 194 ◦ blue 6

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

Shades of Citrus #95C206

Tints of Citrus #95C206

RGB

 RED value IS 149 (58.59% from 255) = 42.69%

 GREEN value IS 194 (76.17% from 255) = 55.59%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 42.69%
G = 55.59%
B = 1.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#95C206 (or 0x95C206) is known color: Citrus. HEX triplet: 95, C2 and 06. RGB value is (149,194,6). Sum of RGB (Red+Green+Blue) = 149+194+6=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #95C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C206 is #6A3DF9. Grayscale: #9F9F9F. Windows color (decimal): -6962682 or 443029. OLE color: 443029.

HSL color Cylindrical-coordinate representation of color #95C206: hue angle of 74.36º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95C206 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 6 -
CMYK 0.23 0 0.97 0.24
HSL 74.36º 0.94% 0.39% -
HSV(B) 74.36º 0.97% 0.76% -
XYZ 31.72 44.99 7.18 -
YUV 159.11 41.59 120.79 -
System Red Green Blue C M Y K H S L
Decimal 149 194 6 0.23 0 0.97 0.24 74.36 0.94 0.39
Hex 95 C2 6 17 0 61 18 4A 5E 27
Octal 225 302 6 27 0 141 30 112 136 47
Binary 10010101 11000010 110 10111 0 1100001 11000 1001010 1011110 100111

Color Harmonies of #95C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C206

Black with #95C206

Text Example


Text Example

White with #95C206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C206; }

 p { color: rgb(149,194,6); }

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

background-color css

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

 a { background-color: rgb(149,194,6); }

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

border-color css

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

 span { border-color: rgb(149,194,6); }

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