Html Css Color HEX #CBDC74 Mindaro

📋 copy color: '#CBDC74'

red 203 ◦ green 220 ◦ blue 116

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

Shades of Mindaro #CBDC74

Tints of Mindaro #CBDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

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

R = 37.66%
G = 40.82%
B = 21.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CBDC74 (or 0xCBDC74) is known color: Mindaro. HEX triplet: CB, DC and 74. RGB value is (203,220,116). Sum of RGB (Red+Green+Blue) = 203+220+116=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC74 is #34238B. Grayscale: #CBCBCB. Windows color (decimal): -3416972 or 7658699. OLE color: 7658699.

HSL color Cylindrical-coordinate representation of color #CBDC74: hue angle of 69.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBDC74 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 220 116 -
CMYK 0.08 0 0.47 0.14
HSL 69.81º 0.6% 0.66% -
HSV(B) 69.81º 0.47% 0.86% -
XYZ 53.37 65.14 26.28 -
YUV 203.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 203 220 116 0.08 0 0.47 0.14 69.81 0.6 0.66
Hex CB DC 74 8 0 2F E 46 3C 42
Octal 313 334 164 10 0 57 16 106 74 102
Binary 11001011 11011100 1110100 1000 0 101111 1110 1000110 111100 1000010

Color Harmonies of #CBDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDC74

Black with #CBDC74

Text Example


Text Example

White with #CBDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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