Html Css Color HEX #D4F694 Reef

📋 copy color: '#D4F694'

red 212 ◦ green 246 ◦ blue 148

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

Shades of Reef #D4F694

Tints of Reef #D4F694

RGB

 RED value IS 212 (83.2% from 255) = 34.98%

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

 BLUE value IS 148 (58.2% from 255) = 24.42%

R = 34.98%
G = 40.59%
B = 24.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#D4F694 (or 0xD4F694) is known color: Reef. HEX triplet: D4, F6 and 94. RGB value is (212,246,148). Sum of RGB (Red+Green+Blue) = 212+246+148=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F694 is #2B096B. Grayscale: #E1E1E1. Windows color (decimal): -2820460 or 9762516. OLE color: 9762516.

HSL color Cylindrical-coordinate representation of color #D4F694: hue angle of 80.82º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4F694 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 246 148 -
CMYK 0.14 0 0.40 0.04
HSL 80.82º 0.84% 0.77% -
HSV(B) 80.82º 0.4% 0.96% -
XYZ 65.45 82.05 40.4 -
YUV 224.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 212 246 148 0.14 0 0.40 0.04 80.82 0.84 0.77
Hex D4 F6 94 E 0 28 4 51 54 4D
Octal 324 366 224 16 0 50 4 121 124 115
Binary 11010100 11110110 10010100 1110 0 101000 100 1010001 1010100 1001101

Color Harmonies of #D4F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F694

Black with #D4F694

Text Example


Text Example

White with #D4F694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F694; }

 p { color: rgb(212,246,148); }

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

background-color css

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

 a { background-color: rgb(212,246,148); }

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

border-color css

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

 span { border-color: rgb(212,246,148); }

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