Html Css Color HEX #99CF40 Atlantis

📋 copy color: '#99CF40'

red 153 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #99CF40

Tints of Atlantis #99CF40

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

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

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

R = 36.08%
G = 48.82%
B = 15.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#99CF40 (or 0x99CF40) is known color: Atlantis. HEX triplet: 99, CF and 40. RGB value is (153,207,64). Sum of RGB (Red+Green+Blue) = 153+207+64=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF40 is #6630BF. Grayscale: #AFAFAF. Windows color (decimal): -6697152 or 4247449. OLE color: 4247449.

HSL color Cylindrical-coordinate representation of color #99CF40: hue angle of 82.66º 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 #99CF40 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 64 -
CMYK 0.26 0 0.69 0.19
HSL 82.66º 0.6% 0.53% -
HSV(B) 82.66º 0.69% 0.81% -
XYZ 36.38 51.77 12.93 -
YUV 174.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 153 207 64 0.26 0 0.69 0.19 82.66 0.6 0.53
Hex 99 CF 40 1A 0 45 13 53 3C 35
Octal 231 317 100 32 0 105 23 123 74 65
Binary 10011001 11001111 1000000 11010 0 1000101 10011 1010011 111100 110101

Color Harmonies of #99CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF40

Black with #99CF40

Text Example


Text Example

White with #99CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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