Html Css Color HEX #CCED5B Mindaro

📋 copy color: '#CCED5B'

red 204 ◦ green 237 ◦ blue 91

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

Shades of Mindaro #CCED5B

Tints of Mindaro #CCED5B

RGB

 RED value IS 204 (80.08% from 255) = 38.35%

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

 BLUE value IS 91 (35.94% from 255) = 17.11%

R = 38.35%
G = 44.55%
B = 17.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CCED5B (or 0xCCED5B) is known color: Mindaro. HEX triplet: CC, ED and 5B. RGB value is (204,237,91). Sum of RGB (Red+Green+Blue) = 204+237+91=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5B is #3312A4. Grayscale: #D3D3D3. Windows color (decimal): -3347109 or 6024652. OLE color: 6024652.

HSL color Cylindrical-coordinate representation of color #CCED5B: hue angle of 73.56º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCED5B is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 91 -
CMYK 0.14 0 0.62 0.07
HSL 73.56º 0.8% 0.64% -
HSV(B) 73.56º 0.62% 0.93% -
XYZ 57.07 74.16 21.2 -
YUV 210.49 60.57 123.37 -
System Red Green Blue C M Y K H S L
Decimal 204 237 91 0.14 0 0.62 0.07 73.56 0.8 0.64
Hex CC ED 5B E 0 3E 7 4A 50 40
Octal 314 355 133 16 0 76 7 112 120 100
Binary 11001100 11101101 1011011 1110 0 111110 111 1001010 1010000 1000000

Color Harmonies of #CCED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED5B

Black with #CCED5B

Text Example


Text Example

White with #CCED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED5B; }

 p { color: rgb(204,237,91); }

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

background-color css

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

 a { background-color: rgb(204,237,91); }

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

border-color css

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

 span { border-color: rgb(204,237,91); }

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