Html Css Color HEX #95CA0D Citrus

📋 copy color: '#95CA0D'

red 149 ◦ green 202 ◦ blue 13

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

Shades of Citrus #95CA0D

Tints of Citrus #95CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.49%

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 40.93%
G = 55.49%
B = 3.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#95CA0D (or 0x95CA0D) is known color: Citrus. HEX triplet: 95, CA and 0D. RGB value is (149,202,13). Sum of RGB (Red+Green+Blue) = 149+202+13=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CA0D is #6A35F2. Grayscale: #A5A5A5. Windows color (decimal): -6960627 or 903829. OLE color: 903829.

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

Color convert

RGB 149 202 13 -
CMYK 0.26 0 0.94 0.21
HSL 76.83º 0.88% 0.42% -
HSV(B) 76.83º 0.94% 0.79% -
XYZ 33.59 48.66 8 -
YUV 164.61 42.44 116.87 -
System Red Green Blue C M Y K H S L
Decimal 149 202 13 0.26 0 0.94 0.21 76.83 0.88 0.42
Hex 95 CA D 1A 0 5E 15 4D 58 2A
Octal 225 312 15 32 0 136 25 115 130 52
Binary 10010101 11001010 1101 11010 0 1011110 10101 1001101 1011000 101010

Color Harmonies of #95CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA0D

Black with #95CA0D

Text Example


Text Example

White with #95CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,13); }

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

background-color css

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

 a { background-color: rgb(149,202,13); }

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

border-color css

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

 span { border-color: rgb(149,202,13); }

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