#CFF968

Color #CFF968 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFF968

Tints of Mindaro #CFF968

Color information

#CFF968 (or 0xCFF968) is unknown color: approx Mindaro. HEX triplet: CF, F9 and 68. RGB value is (207,249,104). Sum of RGB (Red+Green+Blue) = 207+249+104=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF968 is #300697. Grayscale: #DCDCDC. Windows color (decimal): -3147416 or 6879695. OLE color: 6879695.

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

Color convert

RGB207249104-
CMYK0.1700.580.02
HSL77.38º92.36%69.22%-
HSV(B)77.38º58.23%97.65%-
XYZ62.1182.0225.65-
YUV219.9162.59118.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 104 (41.02% from 255) = 18.57%
R=36.96%
G=44.46%
B=18.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491040.1700.580.0277.3892.3669.22
HexCFF9681103A24d5c45
Octal317371150210722115134105
Binary1100111111111001110100010001011101010100110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF968; }

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

 H1.HeaderClassName
 {
   color: #CFF968;
 }
 .AnyTagClassName
 {
   color: #CFF968;
 }
</style>
background-color css

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

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

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

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

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

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