Html Css Color HEX #95C80F Citrus

📋 copy color: '#95C80F'

red 149 ◦ green 200 ◦ blue 15

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

Shades of Citrus #95C80F

Tints of Citrus #95C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.95%

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 40.93%
G = 54.95%
B = 4.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#95C80F (or 0x95C80F) is known color: Citrus. HEX triplet: 95, C8 and 0F. RGB value is (149,200,15). Sum of RGB (Red+Green+Blue) = 149+200+15=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #95C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C80F is #6A37F0. Grayscale: #A4A4A4. Windows color (decimal): -6961137 or 1034389. OLE color: 1034389.

HSL color Cylindrical-coordinate representation of color #95C80F: hue angle of 76.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95C80F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 15 -
CMYK 0.26 0 0.92 0.22
HSL 76.54º 0.86% 0.42% -
HSV(B) 76.54º 0.93% 0.78% -
XYZ 33.13 47.73 7.92 -
YUV 163.66 44.1 117.54 -
System Red Green Blue C M Y K H S L
Decimal 149 200 15 0.26 0 0.92 0.22 76.54 0.86 0.42
Hex 95 C8 F 1A 0 5C 16 4D 56 2A
Octal 225 310 17 32 0 134 26 115 126 52
Binary 10010101 11001000 1111 11010 0 1011100 10110 1001101 1010110 101010

Color Harmonies of #95C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C80F

Black with #95C80F

Text Example


Text Example

White with #95C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,15); }

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

background-color css

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

 a { background-color: rgb(149,200,15); }

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

border-color css

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

 span { border-color: rgb(149,200,15); }

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