Html Css Color HEX #EBFD7A Dolly

📋 copy color: '#EBFD7A'

red 235 ◦ green 253 ◦ blue 122

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

Shades of Dolly #EBFD7A

Tints of Dolly #EBFD7A

RGB

 RED value IS 235 (92.19% from 255) = 38.52%

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

 BLUE value IS 122 (48.05% from 255) = 20%

R = 38.52%
G = 41.48%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#EBFD7A (or 0xEBFD7A) is known color: Dolly. HEX triplet: EB, FD and 7A. RGB value is (235,253,122). Sum of RGB (Red+Green+Blue) = 235+253+122=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFD7A is #140285. Grayscale: #E9E9E9. Windows color (decimal): -1311366 or 8060395. OLE color: 8060395.

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

Color convert

RGB 235 253 122 -
CMYK 0.07 0 0.52 0.01
HSL 68.24º 0.97% 0.74% -
HSV(B) 68.24º 0.52% 0.99% -
XYZ 72.9 89.32 31.81 -
YUV 232.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 235 253 122 0.07 0 0.52 0.01 68.24 0.97 0.74
Hex EB FD 7A 7 0 34 1 44 61 4A
Octal 353 375 172 7 0 64 1 104 141 112
Binary 11101011 11111101 1111010 111 0 110100 1 1000100 1100001 1001010

Color Harmonies of #EBFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD7A

Black with #EBFD7A

Text Example


Text Example

White with #EBFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD7A; }

 p { color: rgb(235,253,122); }

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

background-color css

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

 a { background-color: rgb(235,253,122); }

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

border-color css

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

 span { border-color: rgb(235,253,122); }

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