Html Css Color HEX #90CF7D Gossip

📋 copy color: '#90CF7D'

red 144 ◦ green 207 ◦ blue 125

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

Shades of Gossip #90CF7D

Tints of Gossip #90CF7D

RGB

 RED value IS 144 (56.64% from 255) = 30.25%

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 30.25%
G = 43.49%
B = 26.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#90CF7D (or 0x90CF7D) is known color: Gossip. HEX triplet: 90, CF and 7D. RGB value is (144,207,125). Sum of RGB (Red+Green+Blue) = 144+207+125=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CF7D is #6F3082. Grayscale: #B3B3B3. Windows color (decimal): -7286915 or 8245136. OLE color: 8245136.

HSL color Cylindrical-coordinate representation of color #90CF7D: hue angle of 106.1º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90CF7D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 125 -
CMYK 0.30 0 0.40 0.19
HSL 106.1º 0.46% 0.65% -
HSV(B) 106.1º 0.4% 0.81% -
XYZ 37.52 52.04 27.47 -
YUV 178.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 144 207 125 0.30 0 0.40 0.19 106.1 0.46 0.65
Hex 90 CF 7D 1E 0 28 13 6A 2E 41
Octal 220 317 175 36 0 50 23 152 56 101
Binary 10010000 11001111 1111101 11110 0 101000 10011 1101010 101110 1000001

Color Harmonies of #90CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF7D

Black with #90CF7D

Text Example


Text Example

White with #90CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CF7D; }

 p { color: rgb(144,207,125); }

 H1.HeaderClassName
 {
   color: #90CF7D;
 }
 .AnyTagClassName
 {
   color: #90CF7D;
 }
</style>

background-color css

<style>
 a { background-color: #90CF7D; }

 a { background-color: rgb(144,207,125); }

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

border-color css

<style>
 span { border-color: #90CF7D; }

 span { border-color: rgb(144,207,125); }

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