Html Css Color HEX #CBF660 Mindaro

📋 copy color: '#CBF660'

red 203 ◦ green 246 ◦ blue 96

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

Shades of Mindaro #CBF660

Tints of Mindaro #CBF660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.14%

 BLUE value IS 96 (37.89% from 255) = 17.61%

R = 37.25%
G = 45.14%
B = 17.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#CBF660 (or 0xCBF660) is known color: Mindaro. HEX triplet: CB, F6 and 60. RGB value is (203,246,96). Sum of RGB (Red+Green+Blue) = 203+246+96=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF660 is #34099F. Grayscale: #D8D8D8. Windows color (decimal): -3410336 or 6354635. OLE color: 6354635.

HSL color Cylindrical-coordinate representation of color #CBF660: hue angle of 77.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF660 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 96 -
CMYK 0.17 0 0.61 0.04
HSL 77.2º 0.89% 0.67% -
HSV(B) 77.2º 0.61% 0.96% -
XYZ 59.7 79.45 23.26 -
YUV 216.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 203 246 96 0.17 0 0.61 0.04 77.2 0.89 0.67
Hex CB F6 60 11 0 3D 4 4D 59 43
Octal 313 366 140 21 0 75 4 115 131 103
Binary 11001011 11110110 1100000 10001 0 111101 100 1001101 1011001 1000011

Color Harmonies of #CBF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF660

Black with #CBF660

Text Example


Text Example

White with #CBF660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF660; }

 p { color: rgb(203,246,96); }

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

background-color css

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

 a { background-color: rgb(203,246,96); }

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

border-color css

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

 span { border-color: rgb(203,246,96); }

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