Html Css Color HEX #03CB6D Jade

📋 copy color: '#03CB6D'

red 3 ◦ green 203 ◦ blue 109

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

Shades of Jade #03CB6D

Tints of Jade #03CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 0.95%
G = 64.44%
B = 34.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#03CB6D (or 0x03CB6D) is known color: Jade. HEX triplet: 03, CB and 6D. RGB value is (3,203,109). Sum of RGB (Red+Green+Blue) = 3+203+109=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CB6D is #FC3492. Grayscale: #848484. Windows color (decimal): -16528531 or 7195395. OLE color: 7195395.

HSL color Cylindrical-coordinate representation of color #03CB6D: hue angle of 151.8º 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 #03CB6D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 203 109 -
CMYK 0.99 0 0.46 0.20
HSL 151.8º 0.97% 0.4% -
HSV(B) 151.8º 0.99% 0.8% -
XYZ 24.15 43.84 21.66 -
YUV 132.48 114.74 35.64 -
System Red Green Blue C M Y K H S L
Decimal 3 203 109 0.99 0 0.46 0.20 151.8 0.97 0.4
Hex 3 CB 6D 63 0 2E 14 98 61 28
Octal 3 313 155 143 0 56 24 230 141 50
Binary 11 11001011 1101101 1100011 0 101110 10100 10011000 1100001 101000

Color Harmonies of #03CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CB6D

Black with #03CB6D

Text Example


Text Example

White with #03CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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