Html Css Color HEX #99CF3C Atlantis

📋 copy color: '#99CF3C'

red 153 ◦ green 207 ◦ blue 60

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

Shades of Atlantis #99CF3C

Tints of Atlantis #99CF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 36.43%
G = 49.29%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#99CF3C (or 0x99CF3C) is known color: Atlantis. HEX triplet: 99, CF and 3C. RGB value is (153,207,60). Sum of RGB (Red+Green+Blue) = 153+207+60=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF3C is #6630C3. Grayscale: #AEAEAE. Windows color (decimal): -6697156 or 3985305. OLE color: 3985305.

HSL color Cylindrical-coordinate representation of color #99CF3C: hue angle of 82.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99CF3C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 60 -
CMYK 0.26 0 0.71 0.19
HSL 82.04º 0.6% 0.52% -
HSV(B) 82.04º 0.71% 0.81% -
XYZ 36.27 51.72 12.35 -
YUV 174.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 153 207 60 0.26 0 0.71 0.19 82.04 0.6 0.52
Hex 99 CF 3C 1A 0 47 13 52 3C 34
Octal 231 317 74 32 0 107 23 122 74 64
Binary 10011001 11001111 111100 11010 0 1000111 10011 1010010 111100 110100

Color Harmonies of #99CF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF3C

Black with #99CF3C

Text Example


Text Example

White with #99CF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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