Html Css Color HEX #CEF965 Mindaro

📋 copy color: '#CEF965'

red 206 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #CEF965

Tints of Mindaro #CEF965

RGB

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

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

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

R = 37.05%
G = 44.78%
B = 18.17%

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

#CEF965 (or 0xCEF965) is known color: Mindaro. HEX triplet: CE, F9 and 65. RGB value is (206,249,101). Sum of RGB (Red+Green+Blue) = 206+249+101=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF965 is #31069A. Grayscale: #DBDBDB. Windows color (decimal): -3212955 or 6683086. OLE color: 6683086.

HSL color Cylindrical-coordinate representation of color #CEF965: hue angle of 77.43º degrees, saturation: 0.93, 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 #CEF965 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 101 -
CMYK 0.17 0 0.59 0.02
HSL 77.43º 0.93% 0.69% -
HSV(B) 77.43º 0.59% 0.98% -
XYZ 61.68 81.81 24.85 -
YUV 219.27 61.25 118.53 -
System Red Green Blue C M Y K H S L
Decimal 206 249 101 0.17 0 0.59 0.02 77.43 0.93 0.69
Hex CE F9 65 11 0 3B 2 4D 5C 45
Octal 316 371 145 21 0 73 2 115 134 105
Binary 11001110 11111001 1100101 10001 0 111011 10 1001101 1011100 1000101

Color Harmonies of #CEF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF965

Black with #CEF965

Text Example


Text Example

White with #CEF965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF965; }

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

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

background-color css

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

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

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

border-color css

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

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

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