Html Css Color HEX #97CE10 Citrus

📋 copy color: '#97CE10'

red 151 ◦ green 206 ◦ blue 16

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

Shades of Citrus #97CE10

Tints of Citrus #97CE10

RGB

 RED value IS 151 (59.38% from 255) = 40.48%

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 40.48%
G = 55.23%
B = 4.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#97CE10 (or 0x97CE10) is known color: Citrus. HEX triplet: 97, CE and 10. RGB value is (151,206,16). Sum of RGB (Red+Green+Blue) = 151+206+16=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE10 is #6831EF. Grayscale: #A8A8A8. Windows color (decimal): -6828528 or 1101463. OLE color: 1101463.

HSL color Cylindrical-coordinate representation of color #97CE10: hue angle of 77.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97CE10 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 206 16 -
CMYK 0.27 0 0.92 0.19
HSL 77.37º 0.86% 0.44% -
HSV(B) 77.37º 0.92% 0.81% -
XYZ 34.93 50.76 8.45 -
YUV 167.9 42.28 115.95 -
System Red Green Blue C M Y K H S L
Decimal 151 206 16 0.27 0 0.92 0.19 77.37 0.86 0.44
Hex 97 CE 10 1B 0 5C 13 4D 56 2C
Octal 227 316 20 33 0 134 23 115 126 54
Binary 10010111 11001110 10000 11011 0 1011100 10011 1001101 1010110 101100

Color Harmonies of #97CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CE10

Black with #97CE10

Text Example


Text Example

White with #97CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97CE10; }

 p { color: rgb(151,206,16); }

 H1.HeaderClassName
 {
   color: #97CE10;
 }
 .AnyTagClassName
 {
   color: #97CE10;
 }
</style>

background-color css

<style>
 a { background-color: #97CE10; }

 a { background-color: rgb(151,206,16); }

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

border-color css

<style>
 span { border-color: #97CE10; }

 span { border-color: rgb(151,206,16); }

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