Html Css Color HEX #CCEB67 Mindaro

📋 copy color: '#CCEB67'

red 204 ◦ green 235 ◦ blue 103

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

Shades of Mindaro #CCEB67

Tints of Mindaro #CCEB67

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.36%

 BLUE value IS 103 (40.63% from 255) = 19%

R = 37.64%
G = 43.36%
B = 19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#CCEB67 (or 0xCCEB67) is known color: Mindaro. HEX triplet: CC, EB and 67. RGB value is (204,235,103). Sum of RGB (Red+Green+Blue) = 204+235+103=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB67 is #331498. Grayscale: #D3D3D3. Windows color (decimal): -3347609 or 6810572. OLE color: 6810572.

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

Color convert

RGB 204 235 103 -
CMYK 0.13 0 0.56 0.08
HSL 74.09º 0.77% 0.66% -
HSV(B) 74.09º 0.56% 0.92% -
XYZ 57.06 73.23 23.96 -
YUV 210.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 204 235 103 0.13 0 0.56 0.08 74.09 0.77 0.66
Hex CC EB 67 D 0 38 8 4A 4D 42
Octal 314 353 147 15 0 70 10 112 115 102
Binary 11001100 11101011 1100111 1101 0 111000 1000 1001010 1001101 1000010

Color Harmonies of #CCEB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB67

Black with #CCEB67

Text Example


Text Example

White with #CCEB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB67; }

 p { color: rgb(204,235,103); }

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

background-color css

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

 a { background-color: rgb(204,235,103); }

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

border-color css

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

 span { border-color: rgb(204,235,103); }

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