Html Css Color HEX #95D20D Citrus

📋 copy color: '#95D20D'

red 149 ◦ green 210 ◦ blue 13

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

Shades of Citrus #95D20D

Tints of Citrus #95D20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.45%

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

R = 40.05%
G = 56.45%
B = 3.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#95D20D (or 0x95D20D) is known color: Citrus. HEX triplet: 95, D2 and 0D. RGB value is (149,210,13). Sum of RGB (Red+Green+Blue) = 149+210+13=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #95D20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D20D is #6A2DF2. Grayscale: #AAAAAA. Windows color (decimal): -6958579 or 905877. OLE color: 905877.

HSL color Cylindrical-coordinate representation of color #95D20D: hue angle of 78.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95D20D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 13 -
CMYK 0.29 0 0.94 0.18
HSL 78.58º 0.88% 0.44% -
HSV(B) 78.58º 0.94% 0.82% -
XYZ 35.51 52.51 8.64 -
YUV 169.3 39.79 113.52 -
System Red Green Blue C M Y K H S L
Decimal 149 210 13 0.29 0 0.94 0.18 78.58 0.88 0.44
Hex 95 D2 D 1D 0 5E 12 4F 58 2C
Octal 225 322 15 35 0 136 22 117 130 54
Binary 10010101 11010010 1101 11101 0 1011110 10010 1001111 1011000 101100

Color Harmonies of #95D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D20D

Black with #95D20D

Text Example


Text Example

White with #95D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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