Html Css Color HEX #83CF3F Atlantis

📋 copy color: '#83CF3F'

red 131 ◦ green 207 ◦ blue 63

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

Shades of Atlantis #83CF3F

Tints of Atlantis #83CF3F

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 32.67%
G = 51.62%
B = 15.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#83CF3F (or 0x83CF3F) is known color: Atlantis. HEX triplet: 83, CF and 3F. RGB value is (131,207,63). Sum of RGB (Red+Green+Blue) = 131+207+63=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF3F is #7C30C0. Grayscale: #A8A8A8. Windows color (decimal): -8138945 or 4181891. OLE color: 4181891.

HSL color Cylindrical-coordinate representation of color #83CF3F: hue angle of 91.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83CF3F is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 207 63 -
CMYK 0.37 0 0.70 0.19
HSL 91.67º 0.6% 0.53% -
HSV(B) 91.67º 0.7% 0.81% -
XYZ 32.57 49.81 12.6 -
YUV 167.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 131 207 63 0.37 0 0.70 0.19 91.67 0.6 0.53
Hex 83 CF 3F 25 0 46 13 5C 3C 35
Octal 203 317 77 45 0 106 23 134 74 65
Binary 10000011 11001111 111111 100101 0 1000110 10011 1011100 111100 110101

Color Harmonies of #83CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF3F

Black with #83CF3F

Text Example


Text Example

White with #83CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CF3F; }

 p { color: rgb(131,207,63); }

 H1.HeaderClassName
 {
   color: #83CF3F;
 }
 .AnyTagClassName
 {
   color: #83CF3F;
 }
</style>

background-color css

<style>
 a { background-color: #83CF3F; }

 a { background-color: rgb(131,207,63); }

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

border-color css

<style>
 span { border-color: #83CF3F; }

 span { border-color: rgb(131,207,63); }

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