Html Css Color HEX #61BD01 Kelly Green

📋 copy color: '#61BD01'

red 97 ◦ green 189 ◦ blue 1

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

Shades of Kelly Green #61BD01

Tints of Kelly Green #61BD01

RGB

 RED value IS 97 (38.28% from 255) = 33.8%

 GREEN value IS 189 (74.22% from 255) = 65.85%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 33.8%
G = 65.85%
B = 0.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#61BD01 (or 0x61BD01) is known color: Kelly Green. HEX triplet: 61, BD and 01. RGB value is (97,189,1). Sum of RGB (Red+Green+Blue) = 97+189+1=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BD01 is #9E42FE. Grayscale: #8C8C8C. Windows color (decimal): -10371839 or 114017. OLE color: 114017.

HSL color Cylindrical-coordinate representation of color #61BD01: hue angle of 89.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61BD01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 1 -
CMYK 0.49 0 0.99 0.26
HSL 89.36º 0.99% 0.37% -
HSV(B) 89.36º 0.99% 0.74% -
XYZ 23.13 38.94 6.33 -
YUV 140.06 49.52 97.29 -
System Red Green Blue C M Y K H S L
Decimal 97 189 1 0.49 0 0.99 0.26 89.36 0.99 0.37
Hex 61 BD 1 31 0 63 1A 59 63 25
Octal 141 275 1 61 0 143 32 131 143 45
Binary 1100001 10111101 1 110001 0 1100011 11010 1011001 1100011 100101

Color Harmonies of #61BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD01

Black with #61BD01

Text Example


Text Example

White with #61BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BD01; }

 p { color: rgb(97,189,1); }

 H1.HeaderClassName
 {
   color: #61BD01;
 }
 .AnyTagClassName
 {
   color: #61BD01;
 }
</style>

background-color css

<style>
 a { background-color: #61BD01; }

 a { background-color: rgb(97,189,1); }

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

border-color css

<style>
 span { border-color: #61BD01; }

 span { border-color: rgb(97,189,1); }

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