Html Css Color HEX #CBE661 Mindaro

📋 copy color: '#CBE661'

red 203 ◦ green 230 ◦ blue 97

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

Shades of Mindaro #CBE661

Tints of Mindaro #CBE661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 38.3%
G = 43.4%
B = 18.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CBE661 (or 0xCBE661) is known color: Mindaro. HEX triplet: CB, E6 and 61. RGB value is (203,230,97). Sum of RGB (Red+Green+Blue) = 203+230+97=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE661 is #34199E. Grayscale: #CFCFCF. Windows color (decimal): -3414431 or 6416075. OLE color: 6416075.

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

Color convert

RGB 203 230 97 -
CMYK 0.12 0 0.58 0.10
HSL 72.18º 0.73% 0.64% -
HSV(B) 72.18º 0.58% 0.9% -
XYZ 55.08 70.15 21.95 -
YUV 206.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 203 230 97 0.12 0 0.58 0.10 72.18 0.73 0.64
Hex CB E6 61 C 0 3A A 48 49 40
Octal 313 346 141 14 0 72 12 110 111 100
Binary 11001011 11100110 1100001 1100 0 111010 1010 1001000 1001001 1000000

Color Harmonies of #CBE661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE661

Black with #CBE661

Text Example


Text Example

White with #CBE661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE661; }

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

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

background-color css

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

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

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

border-color css

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

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

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