Html Css Color HEX #D6F384 Sulu

📋 copy color: '#D6F384'

red 214 ◦ green 243 ◦ blue 132

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

Shades of Sulu #D6F384

Tints of Sulu #D6F384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.26%

 BLUE value IS 132 (51.95% from 255) = 22.41%

R = 36.33%
G = 41.26%
B = 22.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#D6F384 (or 0xD6F384) is known color: Sulu. HEX triplet: D6, F3 and 84. RGB value is (214,243,132). Sum of RGB (Red+Green+Blue) = 214+243+132=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F384 is #290C7B. Grayscale: #DEDEDE. Windows color (decimal): -2690172 or 8713174. OLE color: 8713174.

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

Color convert

RGB 214 243 132 -
CMYK 0.12 0 0.46 0.05
HSL 75.68º 0.82% 0.74% -
HSV(B) 75.68º 0.46% 0.95% -
XYZ 63.95 80.06 33.91 -
YUV 221.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 214 243 132 0.12 0 0.46 0.05 75.68 0.82 0.74
Hex D6 F3 84 C 0 2E 5 4C 52 4A
Octal 326 363 204 14 0 56 5 114 122 112
Binary 11010110 11110011 10000100 1100 0 101110 101 1001100 1010010 1001010

Color Harmonies of #D6F384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F384

Black with #D6F384

Text Example


Text Example

White with #D6F384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F384; }

 p { color: rgb(214,243,132); }

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

background-color css

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

 a { background-color: rgb(214,243,132); }

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

border-color css

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

 span { border-color: rgb(214,243,132); }

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