Html Css Color HEX #CEED6B Mindaro

📋 copy color: '#CEED6B'

red 206 ◦ green 237 ◦ blue 107

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

Shades of Mindaro #CEED6B

Tints of Mindaro #CEED6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.45%

R = 37.45%
G = 43.09%
B = 19.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CEED6B (or 0xCEED6B) is known color: Mindaro. HEX triplet: CE, ED and 6B. RGB value is (206,237,107). Sum of RGB (Red+Green+Blue) = 206+237+107=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED6B is #311294. Grayscale: #D5D5D5. Windows color (decimal): -3216021 or 7073230. OLE color: 7073230.

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

Color convert

RGB 206 237 107 -
CMYK 0.13 0 0.55 0.07
HSL 74.31º 0.78% 0.67% -
HSV(B) 74.31º 0.55% 0.93% -
XYZ 58.39 74.75 25.26 -
YUV 212.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 206 237 107 0.13 0 0.55 0.07 74.31 0.78 0.67
Hex CE ED 6B D 0 37 7 4A 4E 43
Octal 316 355 153 15 0 67 7 112 116 103
Binary 11001110 11101101 1101011 1101 0 110111 111 1001010 1001110 1000011

Color Harmonies of #CEED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED6B

Black with #CEED6B

Text Example


Text Example

White with #CEED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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