Html Css Color HEX #CBF668 Mindaro

📋 copy color: '#CBF668'

red 203 ◦ green 246 ◦ blue 104

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

Shades of Mindaro #CBF668

Tints of Mindaro #CBF668

RGB

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

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

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

R = 36.71%
G = 44.48%
B = 18.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#CBF668 (or 0xCBF668) is known color: Mindaro. HEX triplet: CB, F6 and 68. RGB value is (203,246,104). Sum of RGB (Red+Green+Blue) = 203+246+104=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF668 is #340997. Grayscale: #D9D9D9. Windows color (decimal): -3410328 or 6878923. OLE color: 6878923.

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

Color convert

RGB 203 246 104 -
CMYK 0.17 0 0.58 0.04
HSL 78.17º 0.89% 0.69% -
HSV(B) 78.17º 0.58% 0.96% -
XYZ 60.08 79.61 25.3 -
YUV 216.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 203 246 104 0.17 0 0.58 0.04 78.17 0.89 0.69
Hex CB F6 68 11 0 3A 4 4E 59 45
Octal 313 366 150 21 0 72 4 116 131 105
Binary 11001011 11110110 1101000 10001 0 111010 100 1001110 1011001 1000101

Color Harmonies of #CBF668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF668

Black with #CBF668

Text Example


Text Example

White with #CBF668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF668; }

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

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

background-color css

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

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

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

border-color css

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

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

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