Html Css Color HEX #F2FD6D Dolly

📋 copy color: '#F2FD6D'

red 242 ◦ green 253 ◦ blue 109

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

Shades of Dolly #F2FD6D

Tints of Dolly #F2FD6D

RGB

 RED value IS 242 (94.92% from 255) = 40.07%

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

 BLUE value IS 109 (42.97% from 255) = 18.05%

R = 40.07%
G = 41.89%
B = 18.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#F2FD6D (or 0xF2FD6D) is known color: Dolly. HEX triplet: F2, FD and 6D. RGB value is (242,253,109). Sum of RGB (Red+Green+Blue) = 242+253+109=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 109 (42.97% from 255 or 18.05% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD6D is #0D0292. Grayscale: #E9E9E9. Windows color (decimal): -852627 or 7208434. OLE color: 7208434.

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

Color convert

RGB 242 253 109 -
CMYK 0.04 0 0.57 0.01
HSL 64.58º 0.97% 0.71% -
HSV(B) 64.58º 0.57% 0.99% -
XYZ 74.5 90.23 27.96 -
YUV 233.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 242 253 109 0.04 0 0.57 0.01 64.58 0.97 0.71
Hex F2 FD 6D 4 0 39 1 41 61 47
Octal 362 375 155 4 0 71 1 101 141 107
Binary 11110010 11111101 1101101 100 0 111001 1 1000001 1100001 1000111

Color Harmonies of #F2FD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD6D

Black with #F2FD6D

Text Example


Text Example

White with #F2FD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD6D; }

 p { color: rgb(242,253,109); }

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

background-color css

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

 a { background-color: rgb(242,253,109); }

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

border-color css

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

 span { border-color: rgb(242,253,109); }

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