Html Css Color HEX #CBF562 Mindaro

📋 copy color: '#CBF562'

red 203 ◦ green 245 ◦ blue 98

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

Shades of Mindaro #CBF562

Tints of Mindaro #CBF562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.95%

R = 37.18%
G = 44.87%
B = 17.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#CBF562 (or 0xCBF562) is known color: Mindaro. HEX triplet: CB, F5 and 62. RGB value is (203,245,98). Sum of RGB (Red+Green+Blue) = 203+245+98=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF562 is #340A9D. Grayscale: #D8D8D8. Windows color (decimal): -3410590 or 6485451. OLE color: 6485451.

HSL color Cylindrical-coordinate representation of color #CBF562: hue angle of 77.14º 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 #CBF562 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 98 -
CMYK 0.17 0 0.6 0.04
HSL 77.14º 0.88% 0.67% -
HSV(B) 77.14º 0.6% 0.96% -
XYZ 59.49 78.88 23.65 -
YUV 215.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 203 245 98 0.17 0 0.6 0.04 77.14 0.88 0.67
Hex CB F5 62 11 0 3C 4 4D 58 43
Octal 313 365 142 21 0 74 4 115 130 103
Binary 11001011 11110101 1100010 10001 0 111100 100 1001101 1011000 1000011

Color Harmonies of #CBF562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF562

Black with #CBF562

Text Example


Text Example

White with #CBF562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF562; }

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

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

background-color css

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

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

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

border-color css

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

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

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