Html Css Color HEX #CFE560 Mindaro

📋 copy color: '#CFE560'

red 207 ◦ green 229 ◦ blue 96

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

Shades of Mindaro #CFE560

Tints of Mindaro #CFE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.05%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 38.91%
G = 43.05%
B = 18.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CFE560 (or 0xCFE560) is known color: Mindaro. HEX triplet: CF, E5 and 60. RGB value is (207,229,96). Sum of RGB (Red+Green+Blue) = 207+229+96=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE560 is #301A9F. Grayscale: #CFCFCF. Windows color (decimal): -3152544 or 6350287. OLE color: 6350287.

HSL color Cylindrical-coordinate representation of color #CFE560: hue angle of 69.92º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE560 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 96 -
CMYK 0.10 0 0.58 0.10
HSL 69.92º 0.72% 0.64% -
HSV(B) 69.92º 0.58% 0.9% -
XYZ 55.86 70.15 21.66 -
YUV 207.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 207 229 96 0.10 0 0.58 0.10 69.92 0.72 0.64
Hex CF E5 60 A 0 3A A 46 48 40
Octal 317 345 140 12 0 72 12 106 110 100
Binary 11001111 11100101 1100000 1010 0 111010 1010 1000110 1001000 1000000

Color Harmonies of #CFE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE560

Black with #CFE560

Text Example


Text Example

White with #CFE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE560; }

 p { color: rgb(207,229,96); }

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

background-color css

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

 a { background-color: rgb(207,229,96); }

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

border-color css

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

 span { border-color: rgb(207,229,96); }

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