Html Css Color HEX #CFF64F Mindaro

📋 copy color: '#CFF64F'

red 207 ◦ green 246 ◦ blue 79

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

Shades of Mindaro #CFF64F

Tints of Mindaro #CFF64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.85%

R = 38.91%
G = 46.24%
B = 14.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#CFF64F (or 0xCFF64F) is known color: Mindaro. HEX triplet: CF, F6 and 4F. RGB value is (207,246,79). Sum of RGB (Red+Green+Blue) = 207+246+79=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF64F is #3009B0. Grayscale: #D7D7D7. Windows color (decimal): -3148209 or 5240527. OLE color: 5240527.

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

Color convert

RGB 207 246 79 -
CMYK 0.16 0 0.68 0.04
HSL 74.01º 0.9% 0.64% -
HSV(B) 74.01º 0.68% 0.96% -
XYZ 60.1 79.74 19.62 -
YUV 215.3 51.08 122.08 -
System Red Green Blue C M Y K H S L
Decimal 207 246 79 0.16 0 0.68 0.04 74.01 0.9 0.64
Hex CF F6 4F 10 0 44 4 4A 5A 40
Octal 317 366 117 20 0 104 4 112 132 100
Binary 11001111 11110110 1001111 10000 0 1000100 100 1001010 1011010 1000000

Color Harmonies of #CFF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF64F

Black with #CFF64F

Text Example


Text Example

White with #CFF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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