Html Css Color HEX #38AD03 Kelly Green

📋 copy color: '#38AD03'

red 56 ◦ green 173 ◦ blue 3

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

Shades of Kelly Green #38AD03

Tints of Kelly Green #38AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.57%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 24.14%
G = 74.57%
B = 1.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#38AD03 (or 0x38AD03) is known color: Kelly Green. HEX triplet: 38, AD and 03. RGB value is (56,173,3). Sum of RGB (Red+Green+Blue) = 56+173+3=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AD03 is #C752FC. Grayscale: #777777. Windows color (decimal): -13062909 or 240952. OLE color: 240952.

HSL color Cylindrical-coordinate representation of color #38AD03: hue angle of 101.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38AD03 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 3 -
CMYK 0.68 0 0.98 0.32
HSL 101.29º 0.97% 0.35% -
HSV(B) 101.29º 0.98% 0.68% -
XYZ 16.59 30.73 5.14 -
YUV 118.64 62.74 83.32 -
System Red Green Blue C M Y K H S L
Decimal 56 173 3 0.68 0 0.98 0.32 101.29 0.97 0.35
Hex 38 AD 3 44 0 62 20 65 61 23
Octal 70 255 3 104 0 142 40 145 141 43
Binary 111000 10101101 11 1000100 0 1100010 100000 1100101 1100001 100011

Color Harmonies of #38AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AD03

Black with #38AD03

Text Example


Text Example

White with #38AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,173,3); }

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

background-color css

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

 a { background-color: rgb(56,173,3); }

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

border-color css

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

 span { border-color: rgb(56,173,3); }

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