Html Css Color HEX #DCF692 Reef

📋 copy color: '#DCF692'

red 220 ◦ green 246 ◦ blue 146

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

Shades of Reef #DCF692

Tints of Reef #DCF692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.2%

 BLUE value IS 146 (57.42% from 255) = 23.86%

R = 35.95%
G = 40.2%
B = 23.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DCF692 (or 0xDCF692) is known color: Reef. HEX triplet: DC, F6 and 92. RGB value is (220,246,146). Sum of RGB (Red+Green+Blue) = 220+246+146=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF692 is #23096D. Grayscale: #E3E3E3. Windows color (decimal): -2296174 or 9631452. OLE color: 9631452.

HSL color Cylindrical-coordinate representation of color #DCF692: hue angle of 75.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF692 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 146 -
CMYK 0.11 0 0.41 0.04
HSL 75.6º 0.85% 0.77% -
HSV(B) 75.6º 0.41% 0.96% -
XYZ 67.66 83.2 39.69 -
YUV 226.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 220 246 146 0.11 0 0.41 0.04 75.6 0.85 0.77
Hex DC F6 92 B 0 29 4 4C 55 4D
Octal 334 366 222 13 0 51 4 114 125 115
Binary 11011100 11110110 10010010 1011 0 101001 100 1001100 1010101 1001101

Color Harmonies of #DCF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF692

Black with #DCF692

Text Example


Text Example

White with #DCF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF692; }

 p { color: rgb(220,246,146); }

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

background-color css

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

 a { background-color: rgb(220,246,146); }

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

border-color css

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

 span { border-color: rgb(220,246,146); }

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