Html Css Color HEX #CBE768 Mindaro

📋 copy color: '#CBE768'

red 203 ◦ green 231 ◦ blue 104

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

Shades of Mindaro #CBE768

Tints of Mindaro #CBE768

RGB

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

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

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

R = 37.73%
G = 42.94%
B = 19.33%

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

#CBE768 (or 0xCBE768) is known color: Mindaro. HEX triplet: CB, E7 and 68. RGB value is (203,231,104). Sum of RGB (Red+Green+Blue) = 203+231+104=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE768 is #341897. Grayscale: #D0D0D0. Windows color (decimal): -3414168 or 6875083. OLE color: 6875083.

HSL color Cylindrical-coordinate representation of color #CBE768: hue angle of 73.23º degrees, saturation: 0.73, 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 #CBE768 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 104 -
CMYK 0.12 0 0.55 0.09
HSL 73.23º 0.73% 0.66% -
HSV(B) 73.23º 0.55% 0.91% -
XYZ 55.7 70.85 23.84 -
YUV 208.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 203 231 104 0.12 0 0.55 0.09 73.23 0.73 0.66
Hex CB E7 68 C 0 37 9 49 49 42
Octal 313 347 150 14 0 67 11 111 111 102
Binary 11001011 11100111 1101000 1100 0 110111 1001 1001001 1001001 1000010

Color Harmonies of #CBE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE768

Black with #CBE768

Text Example


Text Example

White with #CBE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE768; }

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

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

background-color css

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

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

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

border-color css

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

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

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