Html Css Color HEX #38C20E Kelly Green

📋 copy color: '#38C20E'

red 56 ◦ green 194 ◦ blue 14

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

Shades of Kelly Green #38C20E

Tints of Kelly Green #38C20E

RGB

 RED value IS 56 (22.27% from 255) = 21.21%

 GREEN value IS 194 (76.17% from 255) = 73.48%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 21.21%
G = 73.48%
B = 5.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#38C20E (or 0x38C20E) is known color: Kelly Green. HEX triplet: 38, C2 and 0E. RGB value is (56,194,14). Sum of RGB (Red+Green+Blue) = 56+194+14=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #38C20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C20E is #C73DF1. Grayscale: #848484. Windows color (decimal): -13057522 or 967224. OLE color: 967224.

HSL color Cylindrical-coordinate representation of color #38C20E: hue angle of 106º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38C20E is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 194 14 -
CMYK 0.71 0 0.93 0.24
HSL 106º 0.87% 0.41% -
HSV(B) 106º 0.93% 0.76% -
XYZ 21 39.46 6.92 -
YUV 132.22 61.28 73.64 -
System Red Green Blue C M Y K H S L
Decimal 56 194 14 0.71 0 0.93 0.24 106 0.87 0.41
Hex 38 C2 E 47 0 5D 18 6A 57 29
Octal 70 302 16 107 0 135 30 152 127 51
Binary 111000 11000010 1110 1000111 0 1011101 11000 1101010 1010111 101001

Color Harmonies of #38C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C20E

Black with #38C20E

Text Example


Text Example

White with #38C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38C20E; }

 p { color: rgb(56,194,14); }

 H1.HeaderClassName
 {
   color: #38C20E;
 }
 .AnyTagClassName
 {
   color: #38C20E;
 }
</style>

background-color css

<style>
 a { background-color: #38C20E; }

 a { background-color: rgb(56,194,14); }

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

border-color css

<style>
 span { border-color: #38C20E; }

 span { border-color: rgb(56,194,14); }

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