Html Css Color HEX #EDFD8D Tidal

📋 copy color: '#EDFD8D'

red 237 ◦ green 253 ◦ blue 141

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

Shades of Tidal #EDFD8D

Tints of Tidal #EDFD8D

RGB

 RED value IS 237 (92.97% from 255) = 37.56%

 GREEN value IS 253 (99.22% from 255) = 40.1%

 BLUE value IS 141 (55.47% from 255) = 22.35%

R = 37.56%
G = 40.1%
B = 22.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#EDFD8D (or 0xEDFD8D) is known color: Tidal. HEX triplet: ED, FD and 8D. RGB value is (237,253,141). Sum of RGB (Red+Green+Blue) = 237+253+141=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD8D is #120272. Grayscale: #EBEBEB. Windows color (decimal): -1180275 or 9305581. OLE color: 9305581.

HSL color Cylindrical-coordinate representation of color #EDFD8D: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDFD8D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 141 -
CMYK 0.06 0 0.44 0.01
HSL 68.57º 0.97% 0.77% -
HSV(B) 68.57º 0.44% 0.99% -
XYZ 74.86 90.18 38.66 -
YUV 235.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 237 253 141 0.06 0 0.44 0.01 68.57 0.97 0.77
Hex ED FD 8D 6 0 2C 1 45 61 4D
Octal 355 375 215 6 0 54 1 105 141 115
Binary 11101101 11111101 10001101 110 0 101100 1 1000101 1100001 1001101

Color Harmonies of #EDFD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD8D

Black with #EDFD8D

Text Example


Text Example

White with #EDFD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD8D; }

 p { color: rgb(237,253,141); }

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

background-color css

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

 a { background-color: rgb(237,253,141); }

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

border-color css

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

 span { border-color: rgb(237,253,141); }

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