Html Css Color HEX #62CD30 Apple

📋 copy color: '#62CD30'

red 98 ◦ green 205 ◦ blue 48

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

Shades of Apple #62CD30

Tints of Apple #62CD30

RGB

 RED value IS 98 (38.67% from 255) = 27.92%

 GREEN value IS 205 (80.47% from 255) = 58.4%

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 27.92%
G = 58.4%
B = 13.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#62CD30 (or 0x62CD30) is known color: Apple. HEX triplet: 62, CD and 30. RGB value is (98,205,48). Sum of RGB (Red+Green+Blue) = 98+205+48=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #62CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CD30 is #9D32CF. Grayscale: #9B9B9B. Windows color (decimal): -10302160 or 3198306. OLE color: 3198306.

HSL color Cylindrical-coordinate representation of color #62CD30: hue angle of 100.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62CD30 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 205 48 -
CMYK 0.52 0 0.77 0.20
HSL 100.89º 0.62% 0.5% -
HSV(B) 100.89º 0.77% 0.8% -
XYZ 27.4 46.47 10.32 -
YUV 155.11 67.55 87.27 -
System Red Green Blue C M Y K H S L
Decimal 98 205 48 0.52 0 0.77 0.20 100.89 0.62 0.5
Hex 62 CD 30 34 0 4D 14 65 3E 32
Octal 142 315 60 64 0 115 24 145 76 62
Binary 1100010 11001101 110000 110100 0 1001101 10100 1100101 111110 110010

Color Harmonies of #62CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CD30

Black with #62CD30

Text Example


Text Example

White with #62CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62CD30; }

 p { color: rgb(98,205,48); }

 H1.HeaderClassName
 {
   color: #62CD30;
 }
 .AnyTagClassName
 {
   color: #62CD30;
 }
</style>

background-color css

<style>
 a { background-color: #62CD30; }

 a { background-color: rgb(98,205,48); }

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

border-color css

<style>
 span { border-color: #62CD30; }

 span { border-color: rgb(98,205,48); }

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