Html Css Color HEX #CFF664 Mindaro

📋 copy color: '#CFF664'

red 207 ◦ green 246 ◦ blue 100

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

Shades of Mindaro #CFF664

Tints of Mindaro #CFF664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.08%

R = 37.43%
G = 44.48%
B = 18.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CFF664 (or 0xCFF664) is known color: Mindaro. HEX triplet: CF, F6 and 64. RGB value is (207,246,100). Sum of RGB (Red+Green+Blue) = 207+246+100=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF664 is #30099B. Grayscale: #DADADA. Windows color (decimal): -3148188 or 6616783. OLE color: 6616783.

HSL color Cylindrical-coordinate representation of color #CFF664: hue angle of 76.03º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFF664 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 100 -
CMYK 0.16 0 0.59 0.04
HSL 76.03º 0.89% 0.68% -
HSV(B) 76.03º 0.59% 0.96% -
XYZ 60.99 80.1 24.3 -
YUV 217.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 207 246 100 0.16 0 0.59 0.04 76.03 0.89 0.68
Hex CF F6 64 10 0 3B 4 4C 59 44
Octal 317 366 144 20 0 73 4 114 131 104
Binary 11001111 11110110 1100100 10000 0 111011 100 1001100 1011001 1000100

Color Harmonies of #CFF664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF664

Black with #CFF664

Text Example


Text Example

White with #CFF664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF664; }

 p { color: rgb(207,246,100); }

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

background-color css

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

 a { background-color: rgb(207,246,100); }

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

border-color css

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

 span { border-color: rgb(207,246,100); }

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