Html Css Color HEX #95C908 Citrus

📋 copy color: '#95C908'

red 149 ◦ green 201 ◦ blue 8

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

Shades of Citrus #95C908

Tints of Citrus #95C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.15%

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 41.62%
G = 56.15%
B = 2.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#95C908 (or 0x95C908) is known color: Citrus. HEX triplet: 95, C9 and 08. RGB value is (149,201,8). Sum of RGB (Red+Green+Blue) = 149+201+8=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #95C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C908 is #6A36F7. Grayscale: #A4A4A4. Windows color (decimal): -6960888 or 575893. OLE color: 575893.

HSL color Cylindrical-coordinate representation of color #95C908: hue angle of 76.17º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95C908 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 8 -
CMYK 0.26 0 0.96 0.21
HSL 76.17º 0.92% 0.41% -
HSV(B) 76.17º 0.96% 0.79% -
XYZ 33.32 48.18 7.77 -
YUV 163.45 40.27 117.69 -
System Red Green Blue C M Y K H S L
Decimal 149 201 8 0.26 0 0.96 0.21 76.17 0.92 0.41
Hex 95 C9 8 1A 0 60 15 4C 5C 29
Octal 225 311 10 32 0 140 25 114 134 51
Binary 10010101 11001001 1000 11010 0 1100000 10101 1001100 1011100 101001

Color Harmonies of #95C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C908

Black with #95C908

Text Example


Text Example

White with #95C908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,8); }

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

background-color css

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

 a { background-color: rgb(149,201,8); }

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

border-color css

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

 span { border-color: rgb(149,201,8); }

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