Html Css Color HEX #95CE02 Citrus

📋 copy color: '#95CE02'

red 149 ◦ green 206 ◦ blue 2

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

Shades of Citrus #95CE02

Tints of Citrus #95CE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 41.74%
G = 57.7%
B = 0.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#95CE02 (or 0x95CE02) is known color: Citrus. HEX triplet: 95, CE and 02. RGB value is (149,206,2). Sum of RGB (Red+Green+Blue) = 149+206+2=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CE02 is #6A31FD. Grayscale: #A6A6A6. Windows color (decimal): -6959614 or 183957. OLE color: 183957.

HSL color Cylindrical-coordinate representation of color #95CE02: hue angle of 76.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95CE02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 2 -
CMYK 0.28 0 0.99 0.19
HSL 76.76º 0.98% 0.41% -
HSV(B) 76.76º 0.99% 0.81% -
XYZ 34.48 50.54 7.99 -
YUV 165.7 35.62 116.09 -
System Red Green Blue C M Y K H S L
Decimal 149 206 2 0.28 0 0.99 0.19 76.76 0.98 0.41
Hex 95 CE 2 1C 0 63 13 4D 62 29
Octal 225 316 2 34 0 143 23 115 142 51
Binary 10010101 11001110 10 11100 0 1100011 10011 1001101 1100010 101001

Color Harmonies of #95CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE02

Black with #95CE02

Text Example


Text Example

White with #95CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,206,2); }

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

background-color css

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

 a { background-color: rgb(149,206,2); }

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

border-color css

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

 span { border-color: rgb(149,206,2); }

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