Html Css Color HEX #05CA00 Islamic Green

📋 copy color: '#05CA00'

red 5 ◦ green 202 ◦ blue 0

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

Shades of Islamic Green #05CA00

Tints of Islamic Green #05CA00

RGB

 RED value IS 5 (2.34% from 255) = 2.42%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.42%
G = 97.58%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#05CA00 (or 0x05CA00) is known color: Islamic Green. HEX triplet: 05, CA and 00. RGB value is (5,202,0). Sum of RGB (Red+Green+Blue) = 5+202+0=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 202 (79.30% from 255 or 97.58% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CA00 is #FA35FF. Grayscale: #787878. Windows color (decimal): -16397824 or 51717. OLE color: 51717.

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

Color convert

RGB 5 202 0 -
CMYK 0.98 0 1 0.21
HSL 118.51º 1% 0.4% -
HSV(B) 118.51º 1% 0.79% -
XYZ 21.18 42.27 7.04 -
YUV 120.07 60.23 45.93 -
System Red Green Blue C M Y K H S L
Decimal 5 202 0 0.98 0 1 0.21 118.51 1 0.4
Hex 5 CA 0 62 0 64 15 77 64 28
Octal 5 312 0 142 0 144 25 167 144 50
Binary 101 11001010 0 1100010 0 1100100 10101 1110111 1100100 101000

Color Harmonies of #05CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA00

Black with #05CA00

Text Example


Text Example

White with #05CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05CA00; }

 p { color: rgb(5,202,0); }

 H1.HeaderClassName
 {
   color: #05CA00;
 }
 .AnyTagClassName
 {
   color: #05CA00;
 }
</style>

background-color css

<style>
 a { background-color: #05CA00; }

 a { background-color: rgb(5,202,0); }

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

border-color css

<style>
 span { border-color: #05CA00; }

 span { border-color: rgb(5,202,0); }

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