Html Css Color HEX #38D013 Kelly Green

📋 copy color: '#38D013'

red 56 ◦ green 208 ◦ blue 19

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

Shades of Kelly Green #38D013

Tints of Kelly Green #38D013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.5%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 19.79%
G = 73.5%
B = 6.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#38D013 (or 0x38D013) is known color: Kelly Green. HEX triplet: 38, D0 and 13. RGB value is (56,208,19). Sum of RGB (Red+Green+Blue) = 56+208+19=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #38D013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D013 is #C72FEC. Grayscale: #8D8D8D. Windows color (decimal): -13053933 or 1298488. OLE color: 1298488.

HSL color Cylindrical-coordinate representation of color #38D013: hue angle of 108.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38D013 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 19 -
CMYK 0.73 0 0.91 0.18
HSL 108.25º 0.83% 0.45% -
HSV(B) 108.25º 0.91% 0.82% -
XYZ 24.3 46 8.21 -
YUV 141.01 59.14 67.37 -
System Red Green Blue C M Y K H S L
Decimal 56 208 19 0.73 0 0.91 0.18 108.25 0.83 0.45
Hex 38 D0 13 49 0 5B 12 6C 53 2D
Octal 70 320 23 111 0 133 22 154 123 55
Binary 111000 11010000 10011 1001001 0 1011011 10010 1101100 1010011 101101

Color Harmonies of #38D013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D013

Black with #38D013

Text Example


Text Example

White with #38D013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,19); }

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

background-color css

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

 a { background-color: rgb(56,208,19); }

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

border-color css

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

 span { border-color: rgb(56,208,19); }

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