Html Css Color HEX #03CB75 Jade

📋 copy color: '#03CB75'

red 3 ◦ green 203 ◦ blue 117

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

Shades of Jade #03CB75

Tints of Jade #03CB75

RGB

 RED value IS 3 (1.56% from 255) = 0.93%

 GREEN value IS 203 (79.69% from 255) = 62.85%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 0.93%
G = 62.85%
B = 36.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#03CB75 (or 0x03CB75) is known color: Jade. HEX triplet: 03, CB and 75. RGB value is (3,203,117). Sum of RGB (Red+Green+Blue) = 3+203+117=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CB75 is #FC348A. Grayscale: #858585. Windows color (decimal): -16528523 or 7719683. OLE color: 7719683.

HSL color Cylindrical-coordinate representation of color #03CB75: hue angle of 154.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CB75 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 203 117 -
CMYK 0.99 0 0.42 0.20
HSL 154.2º 0.97% 0.4% -
HSV(B) 154.2º 0.99% 0.8% -
XYZ 24.6 44.02 24.03 -
YUV 133.4 118.74 34.99 -
System Red Green Blue C M Y K H S L
Decimal 3 203 117 0.99 0 0.42 0.20 154.2 0.97 0.4
Hex 3 CB 75 63 0 2A 14 9A 61 28
Octal 3 313 165 143 0 52 24 232 141 50
Binary 11 11001011 1110101 1100011 0 101010 10100 10011010 1100001 101000

Color Harmonies of #03CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB75

Black with #03CB75

Text Example


Text Example

White with #03CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CB75; }

 p { color: rgb(3,203,117); }

 H1.HeaderClassName
 {
   color: #03CB75;
 }
 .AnyTagClassName
 {
   color: #03CB75;
 }
</style>

background-color css

<style>
 a { background-color: #03CB75; }

 a { background-color: rgb(3,203,117); }

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

border-color css

<style>
 span { border-color: #03CB75; }

 span { border-color: rgb(3,203,117); }

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