Html Css Color HEX #F2FD70 Dolly

📋 copy color: '#F2FD70'

red 242 ◦ green 253 ◦ blue 112

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

Shades of Dolly #F2FD70

Tints of Dolly #F2FD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.45%

R = 39.87%
G = 41.68%
B = 18.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#F2FD70 (or 0xF2FD70) is known color: Dolly. HEX triplet: F2, FD and 70. RGB value is (242,253,112). Sum of RGB (Red+Green+Blue) = 242+253+112=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD70 is #0D028F. Grayscale: #EAEAEA. Windows color (decimal): -852624 or 7405042. OLE color: 7405042.

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

Color convert

RGB 242 253 112 -
CMYK 0.04 0 0.56 0.01
HSL 64.68º 0.97% 0.72% -
HSV(B) 64.68º 0.56% 0.99% -
XYZ 74.67 90.3 28.82 -
YUV 233.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 242 253 112 0.04 0 0.56 0.01 64.68 0.97 0.72
Hex F2 FD 70 4 0 38 1 41 61 48
Octal 362 375 160 4 0 70 1 101 141 110
Binary 11110010 11111101 1110000 100 0 111000 1 1000001 1100001 1001000

Color Harmonies of #F2FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD70

Black with #F2FD70

Text Example


Text Example

White with #F2FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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