Html Css Color HEX #CFE565 Mindaro

📋 copy color: '#CFE565'

red 207 ◦ green 229 ◦ blue 101

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

Shades of Mindaro #CFE565

Tints of Mindaro #CFE565

RGB

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

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

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

R = 38.55%
G = 42.64%
B = 18.81%

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

#CFE565 (or 0xCFE565) is known color: Mindaro. HEX triplet: CF, E5 and 65. RGB value is (207,229,101). Sum of RGB (Red+Green+Blue) = 207+229+101=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE565 is #301A9A. Grayscale: #D0D0D0. Windows color (decimal): -3152539 or 6677967. OLE color: 6677967.

HSL color Cylindrical-coordinate representation of color #CFE565: hue angle of 70.31º 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 #CFE565 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 101 -
CMYK 0.10 0 0.56 0.10
HSL 70.31º 0.71% 0.65% -
HSV(B) 70.31º 0.56% 0.9% -
XYZ 56.1 70.24 22.91 -
YUV 207.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 207 229 101 0.10 0 0.56 0.10 70.31 0.71 0.65
Hex CF E5 65 A 0 38 A 46 47 41
Octal 317 345 145 12 0 70 12 106 107 101
Binary 11001111 11100101 1100101 1010 0 111000 1010 1000110 1000111 1000001

Color Harmonies of #CFE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE565

Black with #CFE565

Text Example


Text Example

White with #CFE565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE565; }

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

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

background-color css

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

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

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

border-color css

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

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

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