Html Css Color HEX #95C70F Citrus

📋 copy color: '#95C70F'

red 149 ◦ green 199 ◦ blue 15

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

Shades of Citrus #95C70F

Tints of Citrus #95C70F

RGB

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

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

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

R = 41.05%
G = 54.82%
B = 4.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#95C70F (or 0x95C70F) is known color: Citrus. HEX triplet: 95, C7 and 0F. RGB value is (149,199,15). Sum of RGB (Red+Green+Blue) = 149+199+15=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #95C70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C70F is #6A38F0. Grayscale: #A3A3A3. Windows color (decimal): -6961393 or 1034133. OLE color: 1034133.

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

Color convert

RGB 149 199 15 -
CMYK 0.25 0 0.92 0.22
HSL 76.3º 0.86% 0.42% -
HSV(B) 76.3º 0.92% 0.78% -
XYZ 32.9 47.27 7.84 -
YUV 163.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 149 199 15 0.25 0 0.92 0.22 76.3 0.86 0.42
Hex 95 C7 F 19 0 5C 16 4C 56 2A
Octal 225 307 17 31 0 134 26 114 126 52
Binary 10010101 11000111 1111 11001 0 1011100 10110 1001100 1010110 101010

Color Harmonies of #95C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C70F

Black with #95C70F

Text Example


Text Example

White with #95C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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