Html Css Color HEX #CBE665 Mindaro

📋 copy color: '#CBE665'

red 203 ◦ green 230 ◦ blue 101

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

Shades of Mindaro #CBE665

Tints of Mindaro #CBE665

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

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

R = 38.01%
G = 43.07%
B = 18.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CBE665 (or 0xCBE665) is known color: Mindaro. HEX triplet: CB, E6 and 65. RGB value is (203,230,101). Sum of RGB (Red+Green+Blue) = 203+230+101=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE665 is #34199A. Grayscale: #CFCFCF. Windows color (decimal): -3414427 or 6678219. OLE color: 6678219.

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

Color convert

RGB 203 230 101 -
CMYK 0.12 0 0.56 0.10
HSL 72.56º 0.72% 0.65% -
HSV(B) 72.56º 0.56% 0.9% -
XYZ 55.27 70.23 22.95 -
YUV 207.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 203 230 101 0.12 0 0.56 0.10 72.56 0.72 0.65
Hex CB E6 65 C 0 38 A 49 48 41
Octal 313 346 145 14 0 70 12 111 110 101
Binary 11001011 11100110 1100101 1100 0 111000 1010 1001001 1001000 1000001

Color Harmonies of #CBE665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE665

Black with #CBE665

Text Example


Text Example

White with #CBE665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE665; }

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

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

background-color css

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

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

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

border-color css

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

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

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