Html Css Color HEX #D6F67E Sulu

📋 copy color: '#D6F67E'

red 214 ◦ green 246 ◦ blue 126

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

Shades of Sulu #D6F67E

Tints of Sulu #D6F67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 36.52%
G = 41.98%
B = 21.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D6F67E (or 0xD6F67E) is known color: Sulu. HEX triplet: D6, F6 and 7E. RGB value is (214,246,126). Sum of RGB (Red+Green+Blue) = 214+246+126=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F67E is #290981. Grayscale: #DFDFDF. Windows color (decimal): -2689410 or 8320726. OLE color: 8320726.

HSL color Cylindrical-coordinate representation of color #D6F67E: hue angle of 76º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F67E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 126 -
CMYK 0.13 0 0.49 0.04
HSL 76º 0.87% 0.73% -
HSV(B) 76º 0.49% 0.96% -
XYZ 64.45 81.71 32.11 -
YUV 222.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 214 246 126 0.13 0 0.49 0.04 76 0.87 0.73
Hex D6 F6 7E D 0 31 4 4C 57 49
Octal 326 366 176 15 0 61 4 114 127 111
Binary 11010110 11110110 1111110 1101 0 110001 100 1001100 1010111 1001001

Color Harmonies of #D6F67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F67E

Black with #D6F67E

Text Example


Text Example

White with #D6F67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F67E; }

 p { color: rgb(214,246,126); }

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

background-color css

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

 a { background-color: rgb(214,246,126); }

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

border-color css

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

 span { border-color: rgb(214,246,126); }

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