Html Css Color HEX #97CF40 Atlantis

📋 copy color: '#97CF40'

red 151 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #97CF40

Tints of Atlantis #97CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 35.78%
G = 49.05%
B = 15.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#97CF40 (or 0x97CF40) is known color: Atlantis. HEX triplet: 97, CF and 40. RGB value is (151,207,64). Sum of RGB (Red+Green+Blue) = 151+207+64=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CF40 is #6830BF. Grayscale: #AEAEAE. Windows color (decimal): -6828224 or 4247447. OLE color: 4247447.

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

Color convert

RGB 151 207 64 -
CMYK 0.27 0 0.69 0.19
HSL 83.5º 0.6% 0.53% -
HSV(B) 83.5º 0.69% 0.81% -
XYZ 36 51.58 12.91 -
YUV 173.95 65.95 111.63 -
System Red Green Blue C M Y K H S L
Decimal 151 207 64 0.27 0 0.69 0.19 83.5 0.6 0.53
Hex 97 CF 40 1B 0 45 13 53 3C 35
Octal 227 317 100 33 0 105 23 123 74 65
Binary 10010111 11001111 1000000 11011 0 1000101 10011 1010011 111100 110101

Color Harmonies of #97CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CF40

Black with #97CF40

Text Example


Text Example

White with #97CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,207,64); }

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

background-color css

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

 a { background-color: rgb(151,207,64); }

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

border-color css

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

 span { border-color: rgb(151,207,64); }

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