Html Css Color HEX #CEF966 Mindaro

📋 copy color: '#CEF966'

red 206 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #CEF966

Tints of Mindaro #CEF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 102 (40.23% from 255) = 18.31%

R = 36.98%
G = 44.7%
B = 18.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CEF966 (or 0xCEF966) is known color: Mindaro. HEX triplet: CE, F9 and 66. RGB value is (206,249,102). Sum of RGB (Red+Green+Blue) = 206+249+102=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF966 is #310699. Grayscale: #DBDBDB. Windows color (decimal): -3212954 or 6748622. OLE color: 6748622.

HSL color Cylindrical-coordinate representation of color #CEF966: hue angle of 77.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF966 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 102 -
CMYK 0.17 0 0.59 0.02
HSL 77.55º 0.92% 0.69% -
HSV(B) 77.55º 0.59% 0.98% -
XYZ 61.73 81.83 25.11 -
YUV 219.39 61.75 118.45 -
System Red Green Blue C M Y K H S L
Decimal 206 249 102 0.17 0 0.59 0.02 77.55 0.92 0.69
Hex CE F9 66 11 0 3B 2 4E 5C 45
Octal 316 371 146 21 0 73 2 116 134 105
Binary 11001110 11111001 1100110 10001 0 111011 10 1001110 1011100 1000101

Color Harmonies of #CEF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF966

Black with #CEF966

Text Example


Text Example

White with #CEF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF966; }

 p { color: rgb(206,249,102); }

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

background-color css

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

 a { background-color: rgb(206,249,102); }

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

border-color css

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

 span { border-color: rgb(206,249,102); }

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