Html Css Color HEX #6CD228 Kelly Green

📋 copy color: '#6CD228'

red 108 ◦ green 210 ◦ blue 40

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

Shades of Kelly Green #6CD228

Tints of Kelly Green #6CD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.66%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 30.17%
G = 58.66%
B = 11.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#6CD228 (or 0x6CD228) is known color: Kelly Green. HEX triplet: 6C, D2 and 28. RGB value is (108,210,40). Sum of RGB (Red+Green+Blue) = 108+210+40=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD228 is #932DD7. Grayscale: #A0A0A0. Windows color (decimal): -9645528 or 2675308. OLE color: 2675308.

HSL color Cylindrical-coordinate representation of color #6CD228: hue angle of 96º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6CD228 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 210 40 -
CMYK 0.49 0 0.81 0.18
HSL 96º 0.68% 0.49% -
HSV(B) 96º 0.81% 0.82% -
XYZ 29.61 49.43 9.99 -
YUV 160.12 60.21 90.82 -
System Red Green Blue C M Y K H S L
Decimal 108 210 40 0.49 0 0.81 0.18 96 0.68 0.49
Hex 6C D2 28 31 0 51 12 60 44 31
Octal 154 322 50 61 0 121 22 140 104 61
Binary 1101100 11010010 101000 110001 0 1010001 10010 1100000 1000100 110001

Color Harmonies of #6CD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD228

Black with #6CD228

Text Example


Text Example

White with #6CD228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,210,40); }

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

background-color css

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

 a { background-color: rgb(108,210,40); }

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

border-color css

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

 span { border-color: rgb(108,210,40); }

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