Html Css Color HEX #E6F24B Paris Daisy

📋 copy color: '#E6F24B'

red 230 ◦ green 242 ◦ blue 75

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

Shades of Paris Daisy #E6F24B

Tints of Paris Daisy #E6F24B

RGB

 RED value IS 230 (90.23% from 255) = 42.05%

 GREEN value IS 242 (94.92% from 255) = 44.24%

 BLUE value IS 75 (29.69% from 255) = 13.71%

R = 42.05%
G = 44.24%
B = 13.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#E6F24B (or 0xE6F24B) is known color: Paris Daisy. HEX triplet: E6, F2 and 4B. RGB value is (230,242,75). Sum of RGB (Red+Green+Blue) = 230+242+75=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F24B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F24B is #190DB4. Grayscale: #DCDCDC. Windows color (decimal): -1641909 or 4977382. OLE color: 4977382.

HSL color Cylindrical-coordinate representation of color #E6F24B: hue angle of 64.31º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6F24B is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 75 -
CMYK 0.05 0 0.69 0.05
HSL 64.31º 0.87% 0.62% -
HSV(B) 64.31º 0.69% 0.95% -
XYZ 65.66 80.84 18.8 -
YUV 219.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 230 242 75 0.05 0 0.69 0.05 64.31 0.87 0.62
Hex E6 F2 4B 5 0 45 5 40 57 3E
Octal 346 362 113 5 0 105 5 100 127 76
Binary 11100110 11110010 1001011 101 0 1000101 101 1000000 1010111 111110

Color Harmonies of #E6F24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F24B

Black with #E6F24B

Text Example


Text Example

White with #E6F24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F24B; }

 p { color: rgb(230,242,75); }

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

background-color css

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

 a { background-color: rgb(230,242,75); }

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

border-color css

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

 span { border-color: rgb(230,242,75); }

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