Html Css Color HEX #CEED68 Mindaro

📋 copy color: '#CEED68'

red 206 ◦ green 237 ◦ blue 104

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

Shades of Mindaro #CEED68

Tints of Mindaro #CEED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 37.66%
G = 43.33%
B = 19.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#CEED68 (or 0xCEED68) is known color: Mindaro. HEX triplet: CE, ED and 68. RGB value is (206,237,104). Sum of RGB (Red+Green+Blue) = 206+237+104=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED68 is #311297. Grayscale: #D5D5D5. Windows color (decimal): -3216024 or 6876622. OLE color: 6876622.

HSL color Cylindrical-coordinate representation of color #CEED68: hue angle of 73.98º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEED68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 104 -
CMYK 0.13 0 0.56 0.07
HSL 73.98º 0.79% 0.67% -
HSV(B) 73.98º 0.56% 0.93% -
XYZ 58.24 74.69 24.44 -
YUV 212.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 206 237 104 0.13 0 0.56 0.07 73.98 0.79 0.67
Hex CE ED 68 D 0 38 7 4A 4F 43
Octal 316 355 150 15 0 70 7 112 117 103
Binary 11001110 11101101 1101000 1101 0 111000 111 1001010 1001111 1000011

Color Harmonies of #CEED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED68

Black with #CEED68

Text Example


Text Example

White with #CEED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED68; }

 p { color: rgb(206,237,104); }

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

background-color css

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

 a { background-color: rgb(206,237,104); }

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

border-color css

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

 span { border-color: rgb(206,237,104); }

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