Html Css Color HEX #3DBA05 Kelly Green

📋 copy color: '#3DBA05'

red 61 ◦ green 186 ◦ blue 5

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

Shades of Kelly Green #3DBA05

Tints of Kelly Green #3DBA05

RGB

 RED value IS 61 (24.22% from 255) = 24.21%

 GREEN value IS 186 (73.05% from 255) = 73.81%

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

R = 24.21%
G = 73.81%
B = 1.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#3DBA05 (or 0x3DBA05) is known color: Kelly Green. HEX triplet: 3D, BA and 05. RGB value is (61,186,5). Sum of RGB (Red+Green+Blue) = 61+186+5=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBA05 is #C245FA. Grayscale: #808080. Windows color (decimal): -12731899 or 375357. OLE color: 375357.

HSL color Cylindrical-coordinate representation of color #3DBA05: hue angle of 101.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DBA05 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 5 -
CMYK 0.67 0 0.97 0.27
HSL 101.44º 0.95% 0.37% -
HSV(B) 101.44º 0.97% 0.73% -
XYZ 19.51 36.12 6.09 -
YUV 127.99 58.59 80.22 -
System Red Green Blue C M Y K H S L
Decimal 61 186 5 0.67 0 0.97 0.27 101.44 0.95 0.37
Hex 3D BA 5 43 0 61 1B 65 5F 25
Octal 75 272 5 103 0 141 33 145 137 45
Binary 111101 10111010 101 1000011 0 1100001 11011 1100101 1011111 100101

Color Harmonies of #3DBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA05

Black with #3DBA05

Text Example


Text Example

White with #3DBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DBA05; }

 p { color: rgb(61,186,5); }

 H1.HeaderClassName
 {
   color: #3DBA05;
 }
 .AnyTagClassName
 {
   color: #3DBA05;
 }
</style>

background-color css

<style>
 a { background-color: #3DBA05; }

 a { background-color: rgb(61,186,5); }

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

border-color css

<style>
 span { border-color: #3DBA05; }

 span { border-color: rgb(61,186,5); }

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