Html Css Color HEX #DCFA8A Reef

📋 copy color: '#DCFA8A'

red 220 ◦ green 250 ◦ blue 138

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

Shades of Reef #DCFA8A

Tints of Reef #DCFA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 138 (54.3% from 255) = 22.7%

R = 36.18%
G = 41.12%
B = 22.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DCFA8A (or 0xDCFA8A) is known color: Reef. HEX triplet: DC, FA and 8A. RGB value is (220,250,138). Sum of RGB (Red+Green+Blue) = 220+250+138=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8A is #230575. Grayscale: #E4E4E4. Windows color (decimal): -2295158 or 9108188. OLE color: 9108188.

HSL color Cylindrical-coordinate representation of color #DCFA8A: hue angle of 76.07º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFA8A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 138 -
CMYK 0.12 0 0.45 0.02
HSL 76.07º 0.92% 0.76% -
HSV(B) 76.07º 0.45% 0.98% -
XYZ 68.29 85.42 36.93 -
YUV 228.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 220 250 138 0.12 0 0.45 0.02 76.07 0.92 0.76
Hex DC FA 8A C 0 2D 2 4C 5C 4C
Octal 334 372 212 14 0 55 2 114 134 114
Binary 11011100 11111010 10001010 1100 0 101101 10 1001100 1011100 1001100

Color Harmonies of #DCFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA8A

Black with #DCFA8A

Text Example


Text Example

White with #DCFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA8A; }

 p { color: rgb(220,250,138); }

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

background-color css

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

 a { background-color: rgb(220,250,138); }

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

border-color css

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

 span { border-color: rgb(220,250,138); }

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