Html Css Color HEX #CEF065 Mindaro

📋 copy color: '#CEF065'

red 206 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #CEF065

Tints of Mindaro #CEF065

RGB

 RED value IS 206 (80.86% from 255) = 37.66%

 GREEN value IS 240 (94.14% from 255) = 43.88%

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

R = 37.66%
G = 43.88%
B = 18.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CEF065 (or 0xCEF065) is known color: Mindaro. HEX triplet: CE, F0 and 65. RGB value is (206,240,101). Sum of RGB (Red+Green+Blue) = 206+240+101=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF065 is #310F9A. Grayscale: #D6D6D6. Windows color (decimal): -3215259 or 6680782. OLE color: 6680782.

HSL color Cylindrical-coordinate representation of color #CEF065: hue angle of 74.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF065 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 101 -
CMYK 0.14 0 0.58 0.06
HSL 74.68º 0.82% 0.67% -
HSV(B) 74.68º 0.58% 0.94% -
XYZ 58.96 76.38 23.95 -
YUV 213.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 206 240 101 0.14 0 0.58 0.06 74.68 0.82 0.67
Hex CE F0 65 E 0 3A 6 4B 52 43
Octal 316 360 145 16 0 72 6 113 122 103
Binary 11001110 11110000 1100101 1110 0 111010 110 1001011 1010010 1000011

Color Harmonies of #CEF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF065

Black with #CEF065

Text Example


Text Example

White with #CEF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF065; }

 p { color: rgb(206,240,101); }

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

background-color css

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

 a { background-color: rgb(206,240,101); }

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

border-color css

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

 span { border-color: rgb(206,240,101); }

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