Html Css Color HEX #DCF298 Reef

📋 copy color: '#DCF298'

red 220 ◦ green 242 ◦ blue 152

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

Shades of Reef #DCF298

Tints of Reef #DCF298

RGB

 RED value IS 220 (86.33% from 255) = 35.83%

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

 BLUE value IS 152 (59.77% from 255) = 24.76%

R = 35.83%
G = 39.41%
B = 24.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#DCF298 (or 0xDCF298) is known color: Reef. HEX triplet: DC, F2 and 98. RGB value is (220,242,152). Sum of RGB (Red+Green+Blue) = 220+242+152=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF298 is #230D67. Grayscale: #E1E1E1. Windows color (decimal): -2297192 or 10023644. OLE color: 10023644.

HSL color Cylindrical-coordinate representation of color #DCF298: hue angle of 74.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF298 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 152 -
CMYK 0.09 0 0.37 0.05
HSL 74.67º 0.78% 0.77% -
HSV(B) 74.67º 0.37% 0.95% -
XYZ 66.93 80.99 41.81 -
YUV 225.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 220 242 152 0.09 0 0.37 0.05 74.67 0.78 0.77
Hex DC F2 98 9 0 25 5 4B 4E 4D
Octal 334 362 230 11 0 45 5 113 116 115
Binary 11011100 11110010 10011000 1001 0 100101 101 1001011 1001110 1001101

Color Harmonies of #DCF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF298

Black with #DCF298

Text Example


Text Example

White with #DCF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF298; }

 p { color: rgb(220,242,152); }

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

background-color css

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

 a { background-color: rgb(220,242,152); }

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

border-color css

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

 span { border-color: rgb(220,242,152); }

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