Html Css Color HEX #95CE09 Citrus

📋 copy color: '#95CE09'

red 149 ◦ green 206 ◦ blue 9

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

Shades of Citrus #95CE09

Tints of Citrus #95CE09

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.59%

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 40.93%
G = 56.59%
B = 2.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#95CE09 (or 0x95CE09) is known color: Citrus. HEX triplet: 95, CE and 09. RGB value is (149,206,9). Sum of RGB (Red+Green+Blue) = 149+206+9=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CE09 is #6A31F6. Grayscale: #A7A7A7. Windows color (decimal): -6959607 or 642709. OLE color: 642709.

HSL color Cylindrical-coordinate representation of color #95CE09: hue angle of 77.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95CE09 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 9 -
CMYK 0.28 0 0.96 0.19
HSL 77.36º 0.92% 0.42% -
HSV(B) 77.36º 0.96% 0.81% -
XYZ 34.52 50.55 8.2 -
YUV 166.5 39.12 115.52 -
System Red Green Blue C M Y K H S L
Decimal 149 206 9 0.28 0 0.96 0.19 77.36 0.92 0.42
Hex 95 CE 9 1C 0 60 13 4D 5C 2A
Octal 225 316 11 34 0 140 23 115 134 52
Binary 10010101 11001110 1001 11100 0 1100000 10011 1001101 1011100 101010

Color Harmonies of #95CE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE09

Black with #95CE09

Text Example


Text Example

White with #95CE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,206,9); }

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

background-color css

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

 a { background-color: rgb(149,206,9); }

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

border-color css

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

 span { border-color: rgb(149,206,9); }

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