Html Css Color HEX #95C711 Citrus

📋 copy color: '#95C711'

red 149 ◦ green 199 ◦ blue 17

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

Shades of Citrus #95C711

Tints of Citrus #95C711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.52%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 40.82%
G = 54.52%
B = 4.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#95C711 (or 0x95C711) is known color: Citrus. HEX triplet: 95, C7 and 11. RGB value is (149,199,17). Sum of RGB (Red+Green+Blue) = 149+199+17=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #95C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C711 is #6A38EE. Grayscale: #A3A3A3. Windows color (decimal): -6961391 or 1165205. OLE color: 1165205.

HSL color Cylindrical-coordinate representation of color #95C711: hue angle of 76.48º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95C711 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 199 17 -
CMYK 0.25 0 0.91 0.22
HSL 76.48º 0.84% 0.42% -
HSV(B) 76.48º 0.91% 0.78% -
XYZ 32.92 47.28 7.92 -
YUV 163.3 45.44 117.8 -
System Red Green Blue C M Y K H S L
Decimal 149 199 17 0.25 0 0.91 0.22 76.48 0.84 0.42
Hex 95 C7 11 19 0 5B 16 4C 54 2A
Octal 225 307 21 31 0 133 26 114 124 52
Binary 10010101 11000111 10001 11001 0 1011011 10110 1001100 1010100 101010

Color Harmonies of #95C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C711

Black with #95C711

Text Example


Text Example

White with #95C711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,199,17); }

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

background-color css

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

 a { background-color: rgb(149,199,17); }

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

border-color css

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

 span { border-color: rgb(149,199,17); }

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