Html Css Color HEX #CFE465 Mindaro

📋 copy color: '#CFE465'

red 207 ◦ green 228 ◦ blue 101

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

Shades of Mindaro #CFE465

Tints of Mindaro #CFE465

RGB

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

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

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

R = 38.62%
G = 42.54%
B = 18.84%

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

#CFE465 (or 0xCFE465) is known color: Mindaro. HEX triplet: CF, E4 and 65. RGB value is (207,228,101). Sum of RGB (Red+Green+Blue) = 207+228+101=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE465 is #301B9A. Grayscale: #CFCFCF. Windows color (decimal): -3152795 or 6677711. OLE color: 6677711.

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

Color convert

RGB 207 228 101 -
CMYK 0.09 0 0.56 0.11
HSL 69.92º 0.7% 0.65% -
HSV(B) 69.92º 0.56% 0.89% -
XYZ 55.82 69.69 22.82 -
YUV 207.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 207 228 101 0.09 0 0.56 0.11 69.92 0.7 0.65
Hex CF E4 65 9 0 38 B 46 46 41
Octal 317 344 145 11 0 70 13 106 106 101
Binary 11001111 11100100 1100101 1001 0 111000 1011 1000110 1000110 1000001

Color Harmonies of #CFE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE465

Black with #CFE465

Text Example


Text Example

White with #CFE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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