Html Css Color HEX #CBE065 Mindaro

📋 copy color: '#CBE065'

red 203 ◦ green 224 ◦ blue 101

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

Shades of Mindaro #CBE065

Tints of Mindaro #CBE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 38.45%
G = 42.42%
B = 19.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CBE065 (or 0xCBE065) is known color: Mindaro. HEX triplet: CB, E0 and 65. RGB value is (203,224,101). Sum of RGB (Red+Green+Blue) = 203+224+101=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE065 is #341F9A. Grayscale: #CCCCCC. Windows color (decimal): -3415963 or 6676683. OLE color: 6676683.

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

Color convert

RGB 203 224 101 -
CMYK 0.09 0 0.55 0.12
HSL 70.24º 0.66% 0.64% -
HSV(B) 70.24º 0.55% 0.88% -
XYZ 53.63 66.95 22.41 -
YUV 203.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 203 224 101 0.09 0 0.55 0.12 70.24 0.66 0.64
Hex CB E0 65 9 0 37 C 46 42 40
Octal 313 340 145 11 0 67 14 106 102 100
Binary 11001011 11100000 1100101 1001 0 110111 1100 1000110 1000010 1000000

Color Harmonies of #CBE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE065

Black with #CBE065

Text Example


Text Example

White with #CBE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE065; }

 p { color: rgb(203,224,101); }

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

background-color css

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

 a { background-color: rgb(203,224,101); }

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

border-color css

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

 span { border-color: rgb(203,224,101); }

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