Html Css Color HEX #97CE02 Citrus

📋 copy color: '#97CE02'

red 151 ◦ green 206 ◦ blue 2

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

Shades of Citrus #97CE02

Tints of Citrus #97CE02

RGB

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

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

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

R = 42.06%
G = 57.38%
B = 0.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#97CE02 (or 0x97CE02) is known color: Citrus. HEX triplet: 97, CE and 02. RGB value is (151,206,2). Sum of RGB (Red+Green+Blue) = 151+206+2=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE02 is #6831FD. Grayscale: #A7A7A7. Windows color (decimal): -6828542 or 183959. OLE color: 183959.

HSL color Cylindrical-coordinate representation of color #97CE02: hue angle of 76.18º 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 #97CE02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 206 2 -
CMYK 0.27 0 0.99 0.19
HSL 76.18º 0.98% 0.41% -
HSV(B) 76.18º 0.99% 0.81% -
XYZ 34.84 50.73 8.01 -
YUV 166.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 151 206 2 0.27 0 0.99 0.19 76.18 0.98 0.41
Hex 97 CE 2 1B 0 63 13 4C 62 29
Octal 227 316 2 33 0 143 23 114 142 51
Binary 10010111 11001110 10 11011 0 1100011 10011 1001100 1100010 101001

Color Harmonies of #97CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CE02

Black with #97CE02

Text Example


Text Example

White with #97CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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