Html Css Color HEX #D6F28F Reef

📋 copy color: '#D6F28F'

red 214 ◦ green 242 ◦ blue 143

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

Shades of Reef #D6F28F

Tints of Reef #D6F28F

RGB

 RED value IS 214 (83.98% from 255) = 35.73%

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

 BLUE value IS 143 (56.25% from 255) = 23.87%

R = 35.73%
G = 40.4%
B = 23.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#D6F28F (or 0xD6F28F) is known color: Reef. HEX triplet: D6, F2 and 8F. RGB value is (214,242,143). Sum of RGB (Red+Green+Blue) = 214+242+143=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F28F is #290D70. Grayscale: #DEDEDE. Windows color (decimal): -2690417 or 9433814. OLE color: 9433814.

HSL color Cylindrical-coordinate representation of color #D6F28F: hue angle of 76.97º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6F28F is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 143 -
CMYK 0.12 0 0.41 0.05
HSL 76.97º 0.79% 0.75% -
HSV(B) 76.97º 0.41% 0.95% -
XYZ 64.44 79.78 37.99 -
YUV 222.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 214 242 143 0.12 0 0.41 0.05 76.97 0.79 0.75
Hex D6 F2 8F C 0 29 5 4D 4F 4B
Octal 326 362 217 14 0 51 5 115 117 113
Binary 11010110 11110010 10001111 1100 0 101001 101 1001101 1001111 1001011

Color Harmonies of #D6F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F28F

Black with #D6F28F

Text Example


Text Example

White with #D6F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F28F; }

 p { color: rgb(214,242,143); }

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

background-color css

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

 a { background-color: rgb(214,242,143); }

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

border-color css

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

 span { border-color: rgb(214,242,143); }

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