Html Css Color HEX #CEF055 Mindaro

📋 copy color: '#CEF055'

red 206 ◦ green 240 ◦ blue 85

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

Shades of Mindaro #CEF055

Tints of Mindaro #CEF055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 38.79%
G = 45.2%
B = 16.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CEF055 (or 0xCEF055) is known color: Mindaro. HEX triplet: CE, F0 and 55. RGB value is (206,240,85). Sum of RGB (Red+Green+Blue) = 206+240+85=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF055 is #310FAA. Grayscale: #D4D4D4. Windows color (decimal): -3215275 or 5632206. OLE color: 5632206.

HSL color Cylindrical-coordinate representation of color #CEF055: hue angle of 73.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF055 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 85 -
CMYK 0.14 0 0.65 0.06
HSL 73.16º 0.84% 0.64% -
HSV(B) 73.16º 0.65% 0.94% -
XYZ 58.25 76.1 20.21 -
YUV 212.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 206 240 85 0.14 0 0.65 0.06 73.16 0.84 0.64
Hex CE F0 55 E 0 41 6 49 54 40
Octal 316 360 125 16 0 101 6 111 124 100
Binary 11001110 11110000 1010101 1110 0 1000001 110 1001001 1010100 1000000

Color Harmonies of #CEF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF055

Black with #CEF055

Text Example


Text Example

White with #CEF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF055; }

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

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

background-color css

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

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

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

border-color css

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

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

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