Html Css Color HEX #CEF350 Mindaro

📋 copy color: '#CEF350'

red 206 ◦ green 243 ◦ blue 80

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

Shades of Mindaro #CEF350

Tints of Mindaro #CEF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 38.94%
G = 45.94%
B = 15.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CEF350 (or 0xCEF350) is known color: Mindaro. HEX triplet: CE, F3 and 50. RGB value is (206,243,80). Sum of RGB (Red+Green+Blue) = 206+243+80=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF350 is #310CAF. Grayscale: #D5D5D5. Windows color (decimal): -3214512 or 5305294. OLE color: 5305294.

HSL color Cylindrical-coordinate representation of color #CEF350: hue angle of 73.62º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF350 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 80 -
CMYK 0.15 0 0.67 0.05
HSL 73.62º 0.87% 0.63% -
HSV(B) 73.62º 0.67% 0.95% -
XYZ 58.95 77.8 19.5 -
YUV 213.36 52.74 122.75 -
System Red Green Blue C M Y K H S L
Decimal 206 243 80 0.15 0 0.67 0.05 73.62 0.87 0.63
Hex CE F3 50 F 0 43 5 4A 57 3F
Octal 316 363 120 17 0 103 5 112 127 77
Binary 11001110 11110011 1010000 1111 0 1000011 101 1001010 1010111 111111

Color Harmonies of #CEF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF350

Black with #CEF350

Text Example


Text Example

White with #CEF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF350; }

 p { color: rgb(206,243,80); }

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

background-color css

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

 a { background-color: rgb(206,243,80); }

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

border-color css

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

 span { border-color: rgb(206,243,80); }

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