Html Css Color HEX #95CB13 Citrus

📋 copy color: '#95CB13'

red 149 ◦ green 203 ◦ blue 19

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

Shades of Citrus #95CB13

Tints of Citrus #95CB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.72%

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 40.16%
G = 54.72%
B = 5.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#95CB13 (or 0x95CB13) is known color: Citrus. HEX triplet: 95, CB and 13. RGB value is (149,203,19). Sum of RGB (Red+Green+Blue) = 149+203+19=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CB13 is #6A34EC. Grayscale: #A6A6A6. Windows color (decimal): -6960365 or 1297301. OLE color: 1297301.

HSL color Cylindrical-coordinate representation of color #95CB13: hue angle of 77.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95CB13 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 19 -
CMYK 0.27 0 0.91 0.20
HSL 77.61º 0.83% 0.44% -
HSV(B) 77.61º 0.91% 0.8% -
XYZ 33.87 49.15 8.32 -
YUV 165.88 45.11 115.96 -
System Red Green Blue C M Y K H S L
Decimal 149 203 19 0.27 0 0.91 0.20 77.61 0.83 0.44
Hex 95 CB 13 1B 0 5B 14 4E 53 2C
Octal 225 313 23 33 0 133 24 116 123 54
Binary 10010101 11001011 10011 11011 0 1011011 10100 1001110 1010011 101100

Color Harmonies of #95CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB13

Black with #95CB13

Text Example


Text Example

White with #95CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,19); }

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

background-color css

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

 a { background-color: rgb(149,203,19); }

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

border-color css

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

 span { border-color: rgb(149,203,19); }

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