Html Css Color HEX #CFE464 Mindaro

📋 copy color: '#CFE464'

red 207 ◦ green 228 ◦ blue 100

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

Shades of Mindaro #CFE464

Tints of Mindaro #CFE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.62%

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

R = 38.69%
G = 42.62%
B = 18.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CFE464 (or 0xCFE464) is known color: Mindaro. HEX triplet: CF, E4 and 64. RGB value is (207,228,100). Sum of RGB (Red+Green+Blue) = 207+228+100=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE464 is #301B9B. Grayscale: #CFCFCF. Windows color (decimal): -3152796 or 6612175. OLE color: 6612175.

HSL color Cylindrical-coordinate representation of color #CFE464: hue angle of 69.84º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE464 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 100 -
CMYK 0.09 0 0.56 0.11
HSL 69.84º 0.7% 0.64% -
HSV(B) 69.84º 0.56% 0.89% -
XYZ 55.78 69.67 22.56 -
YUV 207.13 67.54 127.91 -
System Red Green Blue C M Y K H S L
Decimal 207 228 100 0.09 0 0.56 0.11 69.84 0.7 0.64
Hex CF E4 64 9 0 38 B 46 46 40
Octal 317 344 144 11 0 70 13 106 106 100
Binary 11001111 11100100 1100100 1001 0 111000 1011 1000110 1000110 1000000

Color Harmonies of #CFE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE464

Black with #CFE464

Text Example


Text Example

White with #CFE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE464; }

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

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

background-color css

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

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

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

border-color css

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

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

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