Html Css Color HEX #95C907 Citrus

📋 copy color: '#95C907'

red 149 ◦ green 201 ◦ blue 7

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

Shades of Citrus #95C907

Tints of Citrus #95C907

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.3%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 41.74%
G = 56.3%
B = 1.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#95C907 (or 0x95C907) is known color: Citrus. HEX triplet: 95, C9 and 07. RGB value is (149,201,7). Sum of RGB (Red+Green+Blue) = 149+201+7=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #95C907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C907 is #6A36F8. Grayscale: #A4A4A4. Windows color (decimal): -6960889 or 510357. OLE color: 510357.

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

Color convert

RGB 149 201 7 -
CMYK 0.26 0 0.97 0.21
HSL 76.08º 0.93% 0.41% -
HSV(B) 76.08º 0.97% 0.79% -
XYZ 33.32 48.18 7.74 -
YUV 163.34 39.77 117.77 -
System Red Green Blue C M Y K H S L
Decimal 149 201 7 0.26 0 0.97 0.21 76.08 0.93 0.41
Hex 95 C9 7 1A 0 61 15 4C 5D 29
Octal 225 311 7 32 0 141 25 114 135 51
Binary 10010101 11001001 111 11010 0 1100001 10101 1001100 1011101 101001

Color Harmonies of #95C907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C907

Black with #95C907

Text Example


Text Example

White with #95C907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,7); }

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

background-color css

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

 a { background-color: rgb(149,201,7); }

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

border-color css

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

 span { border-color: rgb(149,201,7); }

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