Html Css Color HEX #CBE168 Mindaro

📋 copy color: '#CBE168'

red 203 ◦ green 225 ◦ blue 104

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

Shades of Mindaro #CBE168

Tints of Mindaro #CBE168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 38.16%
G = 42.29%
B = 19.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CBE168 (or 0xCBE168) is known color: Mindaro. HEX triplet: CB, E1 and 68. RGB value is (203,225,104). Sum of RGB (Red+Green+Blue) = 203+225+104=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE168 is #341E97. Grayscale: #CDCDCD. Windows color (decimal): -3415704 or 6873547. OLE color: 6873547.

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

Color convert

RGB 203 225 104 -
CMYK 0.10 0 0.54 0.12
HSL 70.91º 0.67% 0.65% -
HSV(B) 70.91º 0.54% 0.88% -
XYZ 54.05 67.55 23.29 -
YUV 204.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 203 225 104 0.10 0 0.54 0.12 70.91 0.67 0.65
Hex CB E1 68 A 0 36 C 47 43 41
Octal 313 341 150 12 0 66 14 107 103 101
Binary 11001011 11100001 1101000 1010 0 110110 1100 1000111 1000011 1000001

Color Harmonies of #CBE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE168

Black with #CBE168

Text Example


Text Example

White with #CBE168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE168; }

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

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

background-color css

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

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

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

border-color css

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

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

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