Html Css Color HEX #38C504 Kelly Green

📋 copy color: '#38C504'

red 56 ◦ green 197 ◦ blue 4

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

Shades of Kelly Green #38C504

Tints of Kelly Green #38C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.65%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 21.79%
G = 76.65%
B = 1.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#38C504 (or 0x38C504) is known color: Kelly Green. HEX triplet: 38, C5 and 04. RGB value is (56,197,4). Sum of RGB (Red+Green+Blue) = 56+197+4=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #38C504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C504 is #C73AFB. Grayscale: #858585. Windows color (decimal): -13056764 or 312632. OLE color: 312632.

HSL color Cylindrical-coordinate representation of color #38C504: hue angle of 103.83º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38C504 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 197 4 -
CMYK 0.72 0 0.98 0.23
HSL 103.83º 0.96% 0.39% -
HSV(B) 103.83º 0.98% 0.77% -
XYZ 21.62 40.78 6.85 -
YUV 132.84 55.29 73.19 -
System Red Green Blue C M Y K H S L
Decimal 56 197 4 0.72 0 0.98 0.23 103.83 0.96 0.39
Hex 38 C5 4 48 0 62 17 68 60 27
Octal 70 305 4 110 0 142 27 150 140 47
Binary 111000 11000101 100 1001000 0 1100010 10111 1101000 1100000 100111

Color Harmonies of #38C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C504

Black with #38C504

Text Example


Text Example

White with #38C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,197,4); }

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

background-color css

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

 a { background-color: rgb(56,197,4); }

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

border-color css

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

 span { border-color: rgb(56,197,4); }

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