Html Css Color HEX #38AF04 Kelly Green

📋 copy color: '#38AF04'

red 56 ◦ green 175 ◦ blue 4

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

Shades of Kelly Green #38AF04

Tints of Kelly Green #38AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.47%

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

R = 23.83%
G = 74.47%
B = 1.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#38AF04 (or 0x38AF04) is known color: Kelly Green. HEX triplet: 38, AF and 04. RGB value is (56,175,4). Sum of RGB (Red+Green+Blue) = 56+175+4=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AF04 is #C750FB. Grayscale: #787878. Windows color (decimal): -13062396 or 307000. OLE color: 307000.

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

Color convert

RGB 56 175 4 -
CMYK 0.68 0 0.98 0.31
HSL 101.75º 0.96% 0.35% -
HSV(B) 101.75º 0.98% 0.69% -
XYZ 16.98 31.51 5.3 -
YUV 119.93 62.58 82.4 -
System Red Green Blue C M Y K H S L
Decimal 56 175 4 0.68 0 0.98 0.31 101.75 0.96 0.35
Hex 38 AF 4 44 0 62 1F 66 60 23
Octal 70 257 4 104 0 142 37 146 140 43
Binary 111000 10101111 100 1000100 0 1100010 11111 1100110 1100000 100011

Color Harmonies of #38AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF04

Black with #38AF04

Text Example


Text Example

White with #38AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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