Html Css Color HEX #CBF365 Mindaro

📋 copy color: '#CBF365'

red 203 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #CBF365

Tints of Mindaro #CBF365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 37.11%
G = 44.42%
B = 18.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CBF365 (or 0xCBF365) is known color: Mindaro. HEX triplet: CB, F3 and 65. RGB value is (203,243,101). Sum of RGB (Red+Green+Blue) = 203+243+101=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF365 is #340C9A. Grayscale: #D7D7D7. Windows color (decimal): -3411099 or 6681547. OLE color: 6681547.

HSL color Cylindrical-coordinate representation of color #CBF365: hue angle of 76.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF365 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 243 101 -
CMYK 0.16 0 0.58 0.05
HSL 76.9º 0.86% 0.67% -
HSV(B) 76.9º 0.58% 0.95% -
XYZ 59.03 77.74 24.21 -
YUV 214.85 63.75 119.55 -
System Red Green Blue C M Y K H S L
Decimal 203 243 101 0.16 0 0.58 0.05 76.9 0.86 0.67
Hex CB F3 65 10 0 3A 5 4D 56 43
Octal 313 363 145 20 0 72 5 115 126 103
Binary 11001011 11110011 1100101 10000 0 111010 101 1001101 1010110 1000011

Color Harmonies of #CBF365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF365

Black with #CBF365

Text Example


Text Example

White with #CBF365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF365; }

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

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

background-color css

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

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

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

border-color css

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

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

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