Html Css Color HEX #CEF961 Mindaro

📋 copy color: '#CEF961'

red 206 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #CEF961

Tints of Mindaro #CEF961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.57%

R = 37.32%
G = 45.11%
B = 17.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#CEF961 (or 0xCEF961) is known color: Mindaro. HEX triplet: CE, F9 and 61. RGB value is (206,249,97). Sum of RGB (Red+Green+Blue) = 206+249+97=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF961 is #31069E. Grayscale: #DBDBDB. Windows color (decimal): -3212959 or 6420942. OLE color: 6420942.

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

Color convert

RGB 206 249 97 -
CMYK 0.17 0 0.61 0.02
HSL 76.97º 0.93% 0.68% -
HSV(B) 76.97º 0.61% 0.98% -
XYZ 61.49 81.74 23.85 -
YUV 218.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 206 249 97 0.17 0 0.61 0.02 76.97 0.93 0.68
Hex CE F9 61 11 0 3D 2 4D 5D 44
Octal 316 371 141 21 0 75 2 115 135 104
Binary 11001110 11111001 1100001 10001 0 111101 10 1001101 1011101 1000100

Color Harmonies of #CEF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF961

Black with #CEF961

Text Example


Text Example

White with #CEF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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