Html Css Color HEX #DCF898 Reef

📋 copy color: '#DCF898'

red 220 ◦ green 248 ◦ blue 152

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

Shades of Reef #DCF898

Tints of Reef #DCF898

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40%

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

R = 35.48%
G = 40%
B = 24.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#DCF898 (or 0xDCF898) is known color: Reef. HEX triplet: DC, F8 and 98. RGB value is (220,248,152). Sum of RGB (Red+Green+Blue) = 220+248+152=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF898 is #230767. Grayscale: #E5E5E5. Windows color (decimal): -2295656 or 10025180. OLE color: 10025180.

HSL color Cylindrical-coordinate representation of color #DCF898: hue angle of 77.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCF898 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 152 -
CMYK 0.11 0 0.39 0.03
HSL 77.5º 0.87% 0.78% -
HSV(B) 77.5º 0.39% 0.97% -
XYZ 68.75 84.62 42.42 -
YUV 228.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 220 248 152 0.11 0 0.39 0.03 77.5 0.87 0.78
Hex DC F8 98 B 0 27 3 4E 57 4E
Octal 334 370 230 13 0 47 3 116 127 116
Binary 11011100 11111000 10011000 1011 0 100111 11 1001110 1010111 1001110

Color Harmonies of #DCF898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF898

Black with #DCF898

Text Example


Text Example

White with #DCF898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF898; }

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

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

background-color css

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

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

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

border-color css

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

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

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