Html Css Color HEX #CFF96D Mindaro

📋 copy color: '#CFF96D'

red 207 ◦ green 249 ◦ blue 109

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

Shades of Mindaro #CFF96D

Tints of Mindaro #CFF96D

RGB

 RED value IS 207 (81.25% from 255) = 36.64%

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

 BLUE value IS 109 (42.97% from 255) = 19.29%

R = 36.64%
G = 44.07%
B = 19.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#CFF96D (or 0xCFF96D) is known color: Mindaro. HEX triplet: CF, F9 and 6D. RGB value is (207,249,109). Sum of RGB (Red+Green+Blue) = 207+249+109=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF96D is #300692. Grayscale: #DDDDDD. Windows color (decimal): -3147411 or 7207375. OLE color: 7207375.

HSL color Cylindrical-coordinate representation of color #CFF96D: hue angle of 78º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF96D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 109 -
CMYK 0.17 0 0.56 0.02
HSL 78º 0.92% 0.7% -
HSV(B) 78º 0.56% 0.98% -
XYZ 62.37 82.12 27.03 -
YUV 220.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 207 249 109 0.17 0 0.56 0.02 78 0.92 0.7
Hex CF F9 6D 11 0 38 2 4E 5C 46
Octal 317 371 155 21 0 70 2 116 134 106
Binary 11001111 11111001 1101101 10001 0 111000 10 1001110 1011100 1000110

Color Harmonies of #CFF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF96D

Black with #CFF96D

Text Example


Text Example

White with #CFF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF96D; }

 p { color: rgb(207,249,109); }

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

background-color css

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

 a { background-color: rgb(207,249,109); }

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

border-color css

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

 span { border-color: rgb(207,249,109); }

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