Html Css Color HEX #75CF6B Pastel Green

📋 copy color: '#75CF6B'

red 117 ◦ green 207 ◦ blue 107

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

Shades of Pastel Green #75CF6B

Tints of Pastel Green #75CF6B

RGB

 RED value IS 117 (46.09% from 255) = 27.15%

 GREEN value IS 207 (81.25% from 255) = 48.03%

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

R = 27.15%
G = 48.03%
B = 24.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#75CF6B (or 0x75CF6B) is known color: Pastel Green. HEX triplet: 75, CF and 6B. RGB value is (117,207,107). Sum of RGB (Red+Green+Blue) = 117+207+107=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF6B is #8A3094. Grayscale: #A9A9A9. Windows color (decimal): -9056405 or 7065461. OLE color: 7065461.

HSL color Cylindrical-coordinate representation of color #75CF6B: hue angle of 114º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75CF6B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 107 -
CMYK 0.43 0 0.48 0.19
HSL 114º 0.51% 0.62% -
HSV(B) 114º 0.48% 0.81% -
XYZ 32.3 49.47 21.76 -
YUV 168.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 117 207 107 0.43 0 0.48 0.19 114 0.51 0.62
Hex 75 CF 6B 2B 0 30 13 72 33 3E
Octal 165 317 153 53 0 60 23 162 63 76
Binary 1110101 11001111 1101011 101011 0 110000 10011 1110010 110011 111110

Color Harmonies of #75CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF6B

Black with #75CF6B

Text Example


Text Example

White with #75CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CF6B; }

 p { color: rgb(117,207,107); }

 H1.HeaderClassName
 {
   color: #75CF6B;
 }
 .AnyTagClassName
 {
   color: #75CF6B;
 }
</style>

background-color css

<style>
 a { background-color: #75CF6B; }

 a { background-color: rgb(117,207,107); }

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

border-color css

<style>
 span { border-color: #75CF6B; }

 span { border-color: rgb(117,207,107); }

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