Html Css Color HEX #38A205 Kelly Green

📋 copy color: '#38A205'

red 56 ◦ green 162 ◦ blue 5

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

Shades of Kelly Green #38A205

Tints of Kelly Green #38A205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 72.65%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 25.11%
G = 72.65%
B = 2.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#38A205 (or 0x38A205) is known color: Kelly Green. HEX triplet: 38, A2 and 05. RGB value is (56,162,5). Sum of RGB (Red+Green+Blue) = 56+162+5=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #38A205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A205 is #C75DFA. Grayscale: #707070. Windows color (decimal): -13065723 or 369208. OLE color: 369208.

HSL color Cylindrical-coordinate representation of color #38A205: hue angle of 100.51º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38A205 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 5 -
CMYK 0.65 0 0.97 0.36
HSL 100.51º 0.94% 0.33% -
HSV(B) 100.51º 0.97% 0.64% -
XYZ 14.58 26.69 4.53 -
YUV 112.41 67.38 87.77 -
System Red Green Blue C M Y K H S L
Decimal 56 162 5 0.65 0 0.97 0.36 100.51 0.94 0.33
Hex 38 A2 5 41 0 61 24 65 5E 21
Octal 70 242 5 101 0 141 44 145 136 41
Binary 111000 10100010 101 1000001 0 1100001 100100 1100101 1011110 100001

Color Harmonies of #38A205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A205

Black with #38A205

Text Example


Text Example

White with #38A205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,5); }

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

background-color css

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

 a { background-color: rgb(56,162,5); }

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

border-color css

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

 span { border-color: rgb(56,162,5); }

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