Html Css Color HEX #CFE564 Mindaro

📋 copy color: '#CFE564'

red 207 ◦ green 229 ◦ blue 100

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

Shades of Mindaro #CFE564

Tints of Mindaro #CFE564

RGB

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

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

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

R = 38.62%
G = 42.72%
B = 18.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CFE564 (or 0xCFE564) is known color: Mindaro. HEX triplet: CF, E5 and 64. RGB value is (207,229,100). Sum of RGB (Red+Green+Blue) = 207+229+100=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE564 is #301A9B. Grayscale: #D0D0D0. Windows color (decimal): -3152540 or 6612431. OLE color: 6612431.

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

Color convert

RGB 207 229 100 -
CMYK 0.10 0 0.56 0.10
HSL 70.23º 0.71% 0.65% -
HSV(B) 70.23º 0.56% 0.9% -
XYZ 56.05 70.22 22.66 -
YUV 207.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 207 229 100 0.10 0 0.56 0.10 70.23 0.71 0.65
Hex CF E5 64 A 0 38 A 46 47 41
Octal 317 345 144 12 0 70 12 106 107 101
Binary 11001111 11100101 1100100 1010 0 111000 1010 1000110 1000111 1000001

Color Harmonies of #CFE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE564

Black with #CFE564

Text Example


Text Example

White with #CFE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE564; }

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

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

background-color css

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

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

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

border-color css

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

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

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