Html Css Color HEX #74CB6B Pastel Green

📋 copy color: '#74CB6B'

red 116 ◦ green 203 ◦ blue 107

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

Shades of Pastel Green #74CB6B

Tints of Pastel Green #74CB6B

RGB

 RED value IS 116 (45.7% from 255) = 27.23%

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 27.23%
G = 47.65%
B = 25.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#74CB6B (or 0x74CB6B) is known color: Pastel Green. HEX triplet: 74, CB and 6B. RGB value is (116,203,107). Sum of RGB (Red+Green+Blue) = 116+203+107=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB6B is #8B3494. Grayscale: #A6A6A6. Windows color (decimal): -9122965 or 7064436. OLE color: 7064436.

HSL color Cylindrical-coordinate representation of color #74CB6B: hue angle of 114.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CB6B is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 107 -
CMYK 0.43 0 0.47 0.20
HSL 114.38º 0.48% 0.61% -
HSV(B) 114.38º 0.47% 0.8% -
XYZ 31.21 47.49 21.43 -
YUV 166.04 94.68 92.31 -
System Red Green Blue C M Y K H S L
Decimal 116 203 107 0.43 0 0.47 0.20 114.38 0.48 0.61
Hex 74 CB 6B 2B 0 2F 14 72 30 3D
Octal 164 313 153 53 0 57 24 162 60 75
Binary 1110100 11001011 1101011 101011 0 101111 10100 1110010 110000 111101

Color Harmonies of #74CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB6B

Black with #74CB6B

Text Example


Text Example

White with #74CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CB6B; }

 p { color: rgb(116,203,107); }

 H1.HeaderClassName
 {
   color: #74CB6B;
 }
 .AnyTagClassName
 {
   color: #74CB6B;
 }
</style>

background-color css

<style>
 a { background-color: #74CB6B; }

 a { background-color: rgb(116,203,107); }

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

border-color css

<style>
 span { border-color: #74CB6B; }

 span { border-color: rgb(116,203,107); }

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