Html Css Color HEX #78CA09 Lima

📋 copy color: '#78CA09'

red 120 ◦ green 202 ◦ blue 9

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

Shades of Lima #78CA09

Tints of Lima #78CA09

RGB

 RED value IS 120 (47.27% from 255) = 36.25%

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

 BLUE value IS 9 (3.91% from 255) = 2.72%

R = 36.25%
G = 61.03%
B = 2.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#78CA09 (or 0x78CA09) is known color: Lima. HEX triplet: 78, CA and 09. RGB value is (120,202,9). Sum of RGB (Red+Green+Blue) = 120+202+9=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CA09 is #8735F6. Grayscale: #9C9C9C. Windows color (decimal): -8861175 or 641656. OLE color: 641656.

HSL color Cylindrical-coordinate representation of color #78CA09: hue angle of 85.49º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78CA09 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 202 9 -
CMYK 0.41 0 0.96 0.21
HSL 85.49º 0.91% 0.41% -
HSV(B) 85.49º 0.96% 0.79% -
XYZ 28.92 46.25 7.66 -
YUV 155.48 45.33 102.69 -
System Red Green Blue C M Y K H S L
Decimal 120 202 9 0.41 0 0.96 0.21 85.49 0.91 0.41
Hex 78 CA 9 29 0 60 15 55 5B 29
Octal 170 312 11 51 0 140 25 125 133 51
Binary 1111000 11001010 1001 101001 0 1100000 10101 1010101 1011011 101001

Color Harmonies of #78CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CA09

Black with #78CA09

Text Example


Text Example

White with #78CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CA09; }

 p { color: rgb(120,202,9); }

 H1.HeaderClassName
 {
   color: #78CA09;
 }
 .AnyTagClassName
 {
   color: #78CA09;
 }
</style>

background-color css

<style>
 a { background-color: #78CA09; }

 a { background-color: rgb(120,202,9); }

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

border-color css

<style>
 span { border-color: #78CA09; }

 span { border-color: rgb(120,202,9); }

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