Html Css Color HEX #35CF64 Medium Sea Green

📋 copy color: '#35CF64'

red 53 ◦ green 207 ◦ blue 100

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

Shades of Medium Sea Green #35CF64

Tints of Medium Sea Green #35CF64

RGB

 RED value IS 53 (21.09% from 255) = 14.72%

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 14.72%
G = 57.5%
B = 27.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#35CF64 (or 0x35CF64) is known color: Medium Sea Green. HEX triplet: 35, CF and 64. RGB value is (53,207,100). Sum of RGB (Red+Green+Blue) = 53+207+100=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CF64 is #CA309B. Grayscale: #959595. Windows color (decimal): -13250716 or 6606645. OLE color: 6606645.

HSL color Cylindrical-coordinate representation of color #35CF64: hue angle of 138.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF64 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 100 -
CMYK 0.74 0 0.52 0.19
HSL 138.31º 0.62% 0.51% -
HSV(B) 138.31º 0.74% 0.81% -
XYZ 26.08 46.3 19.62 -
YUV 148.76 100.48 59.7 -
System Red Green Blue C M Y K H S L
Decimal 53 207 100 0.74 0 0.52 0.19 138.31 0.62 0.51
Hex 35 CF 64 4A 0 34 13 8A 3E 33
Octal 65 317 144 112 0 64 23 212 76 63
Binary 110101 11001111 1100100 1001010 0 110100 10011 10001010 111110 110011

Color Harmonies of #35CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF64

Black with #35CF64

Text Example


Text Example

White with #35CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35CF64; }

 p { color: rgb(53,207,100); }

 H1.HeaderClassName
 {
   color: #35CF64;
 }
 .AnyTagClassName
 {
   color: #35CF64;
 }
</style>

background-color css

<style>
 a { background-color: #35CF64; }

 a { background-color: rgb(53,207,100); }

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

border-color css

<style>
 span { border-color: #35CF64; }

 span { border-color: rgb(53,207,100); }

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