Html Css Color HEX #6CE130 Apple

📋 copy color: '#6CE130'

red 108 ◦ green 225 ◦ blue 48

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

Shades of Apple #6CE130

Tints of Apple #6CE130

RGB

 RED value IS 108 (42.58% from 255) = 28.35%

 GREEN value IS 225 (88.28% from 255) = 59.06%

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

R = 28.35%
G = 59.06%
B = 12.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#6CE130 (or 0x6CE130) is known color: Apple. HEX triplet: 6C, E1 and 30. RGB value is (108,225,48). Sum of RGB (Red+Green+Blue) = 108+225+48=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CE130 is #931ECF. Grayscale: #AAAAAA. Windows color (decimal): -9641680 or 3203436. OLE color: 3203436.

HSL color Cylindrical-coordinate representation of color #6CE130: hue angle of 99.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CE130 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 48 -
CMYK 0.52 0 0.79 0.12
HSL 99.66º 0.75% 0.54% -
HSV(B) 99.66º 0.79% 0.88% -
XYZ 33.64 57.25 12.07 -
YUV 169.84 59.24 83.89 -
System Red Green Blue C M Y K H S L
Decimal 108 225 48 0.52 0 0.79 0.12 99.66 0.75 0.54
Hex 6C E1 30 34 0 4F C 64 4B 36
Octal 154 341 60 64 0 117 14 144 113 66
Binary 1101100 11100001 110000 110100 0 1001111 1100 1100100 1001011 110110

Color Harmonies of #6CE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE130

Black with #6CE130

Text Example


Text Example

White with #6CE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CE130; }

 p { color: rgb(108,225,48); }

 H1.HeaderClassName
 {
   color: #6CE130;
 }
 .AnyTagClassName
 {
   color: #6CE130;
 }
</style>

background-color css

<style>
 a { background-color: #6CE130; }

 a { background-color: rgb(108,225,48); }

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

border-color css

<style>
 span { border-color: #6CE130; }

 span { border-color: rgb(108,225,48); }

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