Html Css Color HEX #7CDB64 Pastel Green

📋 copy color: '#7CDB64'

red 124 ◦ green 219 ◦ blue 100

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

Shades of Pastel Green #7CDB64

Tints of Pastel Green #7CDB64

RGB

 RED value IS 124 (48.83% from 255) = 27.99%

 GREEN value IS 219 (85.94% from 255) = 49.44%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 27.99%
G = 49.44%
B = 22.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#7CDB64 (or 0x7CDB64) is known color: Pastel Green. HEX triplet: 7C, DB and 64. RGB value is (124,219,100). Sum of RGB (Red+Green+Blue) = 124+219+100=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB64 is #83249B. Grayscale: #B1B1B1. Windows color (decimal): -8594588 or 6609788. OLE color: 6609788.

HSL color Cylindrical-coordinate representation of color #7CDB64: hue angle of 107.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CDB64 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 100 -
CMYK 0.43 0 0.54 0.14
HSL 107.9º 0.62% 0.63% -
HSV(B) 107.9º 0.54% 0.86% -
XYZ 35.94 55.87 20.95 -
YUV 177.03 84.53 90.18 -
System Red Green Blue C M Y K H S L
Decimal 124 219 100 0.43 0 0.54 0.14 107.9 0.62 0.63
Hex 7C DB 64 2B 0 36 E 6C 3E 3F
Octal 174 333 144 53 0 66 16 154 76 77
Binary 1111100 11011011 1100100 101011 0 110110 1110 1101100 111110 111111

Color Harmonies of #7CDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB64

Black with #7CDB64

Text Example


Text Example

White with #7CDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CDB64; }

 p { color: rgb(124,219,100); }

 H1.HeaderClassName
 {
   color: #7CDB64;
 }
 .AnyTagClassName
 {
   color: #7CDB64;
 }
</style>

background-color css

<style>
 a { background-color: #7CDB64; }

 a { background-color: rgb(124,219,100); }

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

border-color css

<style>
 span { border-color: #7CDB64; }

 span { border-color: rgb(124,219,100); }

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