Html Css Color HEX #EDFE7B Dolly

📋 copy color: '#EDFE7B'

red 237 ◦ green 254 ◦ blue 123

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

Shades of Dolly #EDFE7B

Tints of Dolly #EDFE7B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.37%

 BLUE value IS 123 (48.44% from 255) = 20.03%

R = 38.6%
G = 41.37%
B = 20.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#EDFE7B (or 0xEDFE7B) is known color: Dolly. HEX triplet: ED, FE and 7B. RGB value is (237,254,123). Sum of RGB (Red+Green+Blue) = 237+254+123=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 123 (48.44% from 255 or 20.03% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE7B is #120184. Grayscale: #EAEAEA. Windows color (decimal): -1180037 or 8126189. OLE color: 8126189.

HSL color Cylindrical-coordinate representation of color #EDFE7B: hue angle of 67.79º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDFE7B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 123 -
CMYK 0.07 0 0.52 0.00
HSL 67.79º 0.98% 0.74% -
HSV(B) 67.79º 0.52% 1% -
XYZ 73.94 90.32 32.27 -
YUV 233.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 237 254 123 0.07 0 0.52 0.00 67.79 0.98 0.74
Hex ED FE 7B 7 0 34 0 44 62 4A
Octal 355 376 173 7 0 64 0 104 142 112
Binary 11101101 11111110 1111011 111 0 110100 0 1000100 1100010 1001010

Color Harmonies of #EDFE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE7B

Black with #EDFE7B

Text Example


Text Example

White with #EDFE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE7B; }

 p { color: rgb(237,254,123); }

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

background-color css

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

 a { background-color: rgb(237,254,123); }

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

border-color css

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

 span { border-color: rgb(237,254,123); }

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