Html Css Color HEX #CEDF7A Mindaro

📋 copy color: '#CEDF7A'

red 206 ◦ green 223 ◦ blue 122

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

Shades of Mindaro #CEDF7A

Tints of Mindaro #CEDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

 BLUE value IS 122 (48.05% from 255) = 22.14%

R = 37.39%
G = 40.47%
B = 22.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#CEDF7A (or 0xCEDF7A) is known color: Mindaro. HEX triplet: CE, DF and 7A. RGB value is (206,223,122). Sum of RGB (Red+Green+Blue) = 206+223+122=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF7A is #312085. Grayscale: #CECECE. Windows color (decimal): -3219590 or 8052686. OLE color: 8052686.

HSL color Cylindrical-coordinate representation of color #CEDF7A: hue angle of 70.1º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEDF7A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 122 -
CMYK 0.08 0 0.45 0.13
HSL 70.1º 0.61% 0.68% -
HSV(B) 70.1º 0.45% 0.87% -
XYZ 55.35 67.3 28.49 -
YUV 206.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 206 223 122 0.08 0 0.45 0.13 70.1 0.61 0.68
Hex CE DF 7A 8 0 2D D 46 3D 44
Octal 316 337 172 10 0 55 15 106 75 104
Binary 11001110 11011111 1111010 1000 0 101101 1101 1000110 111101 1000100

Color Harmonies of #CEDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF7A

Black with #CEDF7A

Text Example


Text Example

White with #CEDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF7A; }

 p { color: rgb(206,223,122); }

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

background-color css

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

 a { background-color: rgb(206,223,122); }

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

border-color css

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

 span { border-color: rgb(206,223,122); }

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