Html Css Color HEX #CCE769 Mindaro

📋 copy color: '#CCE769'

red 204 ◦ green 231 ◦ blue 105

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

Shades of Mindaro #CCE769

Tints of Mindaro #CCE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.78%

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 37.78%
G = 42.78%
B = 19.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CCE769 (or 0xCCE769) is known color: Mindaro. HEX triplet: CC, E7 and 69. RGB value is (204,231,105). Sum of RGB (Red+Green+Blue) = 204+231+105=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE769 is #331896. Grayscale: #D1D1D1. Windows color (decimal): -3348631 or 6940620. OLE color: 6940620.

HSL color Cylindrical-coordinate representation of color #CCE769: hue angle of 72.86º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE769 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 105 -
CMYK 0.12 0 0.55 0.09
HSL 72.86º 0.72% 0.66% -
HSV(B) 72.86º 0.55% 0.91% -
XYZ 56.03 71.01 24.12 -
YUV 208.56 69.55 124.75 -
System Red Green Blue C M Y K H S L
Decimal 204 231 105 0.12 0 0.55 0.09 72.86 0.72 0.66
Hex CC E7 69 C 0 37 9 49 48 42
Octal 314 347 151 14 0 67 11 111 110 102
Binary 11001100 11100111 1101001 1100 0 110111 1001 1001001 1001000 1000010

Color Harmonies of #CCE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE769

Black with #CCE769

Text Example


Text Example

White with #CCE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE769; }

 p { color: rgb(204,231,105); }

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

background-color css

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

 a { background-color: rgb(204,231,105); }

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

border-color css

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

 span { border-color: rgb(204,231,105); }

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