Html Css Color HEX #CFF565 Mindaro

📋 copy color: '#CFF565'

red 207 ◦ green 245 ◦ blue 101

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

Shades of Mindaro #CFF565

Tints of Mindaro #CFF565

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.3%

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 37.43%
G = 44.3%
B = 18.26%

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

#CFF565 (or 0xCFF565) is known color: Mindaro. HEX triplet: CF, F5 and 65. RGB value is (207,245,101). Sum of RGB (Red+Green+Blue) = 207+245+101=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF565 is #300A9A. Grayscale: #D9D9D9. Windows color (decimal): -3148443 or 6682063. OLE color: 6682063.

HSL color Cylindrical-coordinate representation of color #CFF565: hue angle of 75.83º degrees, saturation: 0.88, 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 #CFF565 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 245 101 -
CMYK 0.16 0 0.59 0.04
HSL 75.83º 0.88% 0.68% -
HSV(B) 75.83º 0.59% 0.96% -
XYZ 60.73 79.51 24.46 -
YUV 217.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 207 245 101 0.16 0 0.59 0.04 75.83 0.88 0.68
Hex CF F5 65 10 0 3B 4 4C 58 44
Octal 317 365 145 20 0 73 4 114 130 104
Binary 11001111 11110101 1100101 10000 0 111011 100 1001100 1011000 1000100

Color Harmonies of #CFF565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF565

Black with #CFF565

Text Example


Text Example

White with #CFF565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF565; }

 p { color: rgb(207,245,101); }

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

background-color css

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

 a { background-color: rgb(207,245,101); }

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

border-color css

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

 span { border-color: rgb(207,245,101); }

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