Html Css Color HEX #CBF561 Mindaro

📋 copy color: '#CBF561'

red 203 ◦ green 245 ◦ blue 97

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

Shades of Mindaro #CBF561

Tints of Mindaro #CBF561

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.95%

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

R = 37.25%
G = 44.95%
B = 17.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#CBF561 (or 0xCBF561) is known color: Mindaro. HEX triplet: CB, F5 and 61. RGB value is (203,245,97). Sum of RGB (Red+Green+Blue) = 203+245+97=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF561 is #340A9E. Grayscale: #D8D8D8. Windows color (decimal): -3410591 or 6419915. OLE color: 6419915.

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

Color convert

RGB 203 245 97 -
CMYK 0.17 0 0.60 0.04
HSL 77.03º 0.88% 0.67% -
HSV(B) 77.03º 0.6% 0.96% -
XYZ 59.44 78.86 23.4 -
YUV 215.57 61.09 119.03 -
System Red Green Blue C M Y K H S L
Decimal 203 245 97 0.17 0 0.60 0.04 77.03 0.88 0.67
Hex CB F5 61 11 0 3C 4 4D 58 43
Octal 313 365 141 21 0 74 4 115 130 103
Binary 11001011 11110101 1100001 10001 0 111100 100 1001101 1011000 1000011

Color Harmonies of #CBF561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF561

Black with #CBF561

Text Example


Text Example

White with #CBF561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF561; }

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

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

background-color css

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

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

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

border-color css

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

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

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