Html Css Color HEX #CEF355 Mindaro

📋 copy color: '#CEF355'

red 206 ◦ green 243 ◦ blue 85

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

Shades of Mindaro #CEF355

Tints of Mindaro #CEF355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.92%

R = 38.58%
G = 45.51%
B = 15.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CEF355 (or 0xCEF355) is known color: Mindaro. HEX triplet: CE, F3 and 55. RGB value is (206,243,85). Sum of RGB (Red+Green+Blue) = 206+243+85=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF355 is #310CAA. Grayscale: #D6D6D6. Windows color (decimal): -3214507 or 5632974. OLE color: 5632974.

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

Color convert

RGB 206 243 85 -
CMYK 0.15 0 0.65 0.05
HSL 74.05º 0.87% 0.64% -
HSV(B) 74.05º 0.65% 0.95% -
XYZ 59.14 77.88 20.51 -
YUV 213.93 55.24 122.35 -
System Red Green Blue C M Y K H S L
Decimal 206 243 85 0.15 0 0.65 0.05 74.05 0.87 0.64
Hex CE F3 55 F 0 41 5 4A 57 40
Octal 316 363 125 17 0 101 5 112 127 100
Binary 11001110 11110011 1010101 1111 0 1000001 101 1001010 1010111 1000000

Color Harmonies of #CEF355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF355

Black with #CEF355

Text Example


Text Example

White with #CEF355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF355; }

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

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

background-color css

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

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

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

border-color css

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

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

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