Html Css Color HEX #D6F95C Mindaro

📋 copy color: '#D6F95C'

red 214 ◦ green 249 ◦ blue 92

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

Shades of Mindaro #D6F95C

Tints of Mindaro #D6F95C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 92 (36.33% from 255) = 16.58%

R = 38.56%
G = 44.86%
B = 16.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D6F95C (or 0xD6F95C) is known color: Mindaro. HEX triplet: D6, F9 and 5C. RGB value is (214,249,92). Sum of RGB (Red+Green+Blue) = 214+249+92=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F95C is #2906A3. Grayscale: #DDDDDD. Windows color (decimal): -2688676 or 6093270. OLE color: 6093270.

HSL color Cylindrical-coordinate representation of color #D6F95C: hue angle of 73.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6F95C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 92 -
CMYK 0.14 0 0.63 0.02
HSL 73.38º 0.93% 0.67% -
HSV(B) 73.38º 0.63% 0.98% -
XYZ 63.54 82.82 22.76 -
YUV 220.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 214 249 92 0.14 0 0.63 0.02 73.38 0.93 0.67
Hex D6 F9 5C E 0 3F 2 49 5D 43
Octal 326 371 134 16 0 77 2 111 135 103
Binary 11010110 11111001 1011100 1110 0 111111 10 1001001 1011101 1000011

Color Harmonies of #D6F95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F95C

Black with #D6F95C

Text Example


Text Example

White with #D6F95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F95C; }

 p { color: rgb(214,249,92); }

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

background-color css

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

 a { background-color: rgb(214,249,92); }

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

border-color css

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

 span { border-color: rgb(214,249,92); }

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