Html Css Color HEX #69CA02 Kelly Green

📋 copy color: '#69CA02'

red 105 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #69CA02

Tints of Kelly Green #69CA02

RGB

 RED value IS 105 (41.41% from 255) = 33.98%

 GREEN value IS 202 (79.3% from 255) = 65.37%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 33.98%
G = 65.37%
B = 0.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#69CA02 (or 0x69CA02) is known color: Kelly Green. HEX triplet: 69, CA and 02. RGB value is (105,202,2). Sum of RGB (Red+Green+Blue) = 105+202+2=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CA02 is #9635FD. Grayscale: #969696. Windows color (decimal): -9844222 or 182889. OLE color: 182889.

HSL color Cylindrical-coordinate representation of color #69CA02: hue angle of 89.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69CA02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 2 -
CMYK 0.48 0 0.99 0.21
HSL 89.1º 0.98% 0.4% -
HSV(B) 89.1º 0.99% 0.79% -
XYZ 26.96 45.25 7.37 -
YUV 150.2 44.36 95.76 -
System Red Green Blue C M Y K H S L
Decimal 105 202 2 0.48 0 0.99 0.21 89.1 0.98 0.4
Hex 69 CA 2 30 0 63 15 59 62 28
Octal 151 312 2 60 0 143 25 131 142 50
Binary 1101001 11001010 10 110000 0 1100011 10101 1011001 1100010 101000

Color Harmonies of #69CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA02

Black with #69CA02

Text Example


Text Example

White with #69CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CA02; }

 p { color: rgb(105,202,2); }

 H1.HeaderClassName
 {
   color: #69CA02;
 }
 .AnyTagClassName
 {
   color: #69CA02;
 }
</style>

background-color css

<style>
 a { background-color: #69CA02; }

 a { background-color: rgb(105,202,2); }

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

border-color css

<style>
 span { border-color: #69CA02; }

 span { border-color: rgb(105,202,2); }

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