Html Css Color HEX #CEF953 Mindaro

📋 copy color: '#CEF953'

red 206 ◦ green 249 ◦ blue 83

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

Shades of Mindaro #CEF953

Tints of Mindaro #CEF953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.43%

R = 38.29%
G = 46.28%
B = 15.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#CEF953 (or 0xCEF953) is known color: Mindaro. HEX triplet: CE, F9 and 53. RGB value is (206,249,83). Sum of RGB (Red+Green+Blue) = 206+249+83=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF953 is #3106AC. Grayscale: #D9D9D9. Windows color (decimal): -3212973 or 5503438. OLE color: 5503438.

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

Color convert

RGB 206 249 83 -
CMYK 0.17 0 0.67 0.02
HSL 75.54º 0.93% 0.65% -
HSV(B) 75.54º 0.67% 0.98% -
XYZ 60.89 81.5 20.7 -
YUV 217.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 206 249 83 0.17 0 0.67 0.02 75.54 0.93 0.65
Hex CE F9 53 11 0 43 2 4C 5D 41
Octal 316 371 123 21 0 103 2 114 135 101
Binary 11001110 11111001 1010011 10001 0 1000011 10 1001100 1011101 1000001

Color Harmonies of #CEF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF953

Black with #CEF953

Text Example


Text Example

White with #CEF953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF953; }

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

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

background-color css

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

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

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

border-color css

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

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

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