Html Css Color HEX #CBE174 Mindaro

📋 copy color: '#CBE174'

red 203 ◦ green 225 ◦ blue 116

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

Shades of Mindaro #CBE174

Tints of Mindaro #CBE174

RGB

 RED value IS 203 (79.69% from 255) = 37.32%

 GREEN value IS 225 (88.28% from 255) = 41.36%

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 37.32%
G = 41.36%
B = 21.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CBE174 (or 0xCBE174) is known color: Mindaro. HEX triplet: CB, E1 and 74. RGB value is (203,225,116). Sum of RGB (Red+Green+Blue) = 203+225+116=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE174 is #341E8B. Grayscale: #CECECE. Windows color (decimal): -3415692 or 7659979. OLE color: 7659979.

HSL color Cylindrical-coordinate representation of color #CBE174: hue angle of 72.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE174 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 116 -
CMYK 0.10 0 0.48 0.12
HSL 72.11º 0.64% 0.67% -
HSV(B) 72.11º 0.48% 0.88% -
XYZ 54.71 67.81 26.73 -
YUV 206 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 203 225 116 0.10 0 0.48 0.12 72.11 0.64 0.67
Hex CB E1 74 A 0 30 C 48 40 43
Octal 313 341 164 12 0 60 14 110 100 103
Binary 11001011 11100001 1110100 1010 0 110000 1100 1001000 1000000 1000011

Color Harmonies of #CBE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE174

Black with #CBE174

Text Example


Text Example

White with #CBE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE174; }

 p { color: rgb(203,225,116); }

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

background-color css

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

 a { background-color: rgb(203,225,116); }

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

border-color css

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

 span { border-color: rgb(203,225,116); }

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