Html Css Color HEX #CEDF65 Mindaro

📋 copy color: '#CEDF65'

red 206 ◦ green 223 ◦ blue 101

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

Shades of Mindaro #CEDF65

Tints of Mindaro #CEDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 38.87%
G = 42.08%
B = 19.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CEDF65 (or 0xCEDF65) is known color: Mindaro. HEX triplet: CE, DF and 65. RGB value is (206,223,101). Sum of RGB (Red+Green+Blue) = 206+223+101=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF65 is #31209A. Grayscale: #CCCCCC. Windows color (decimal): -3219611 or 6676430. OLE color: 6676430.

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

Color convert

RGB 206 223 101 -
CMYK 0.08 0 0.55 0.13
HSL 68.36º 0.66% 0.64% -
HSV(B) 68.36º 0.55% 0.87% -
XYZ 54.19 66.84 22.36 -
YUV 204.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 206 223 101 0.08 0 0.55 0.13 68.36 0.66 0.64
Hex CE DF 65 8 0 37 D 44 42 40
Octal 316 337 145 10 0 67 15 104 102 100
Binary 11001110 11011111 1100101 1000 0 110111 1101 1000100 1000010 1000000

Color Harmonies of #CEDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF65

Black with #CEDF65

Text Example


Text Example

White with #CEDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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