Html Css Color HEX #CBF568 Mindaro

📋 copy color: '#CBF568'

red 203 ◦ green 245 ◦ blue 104

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

Shades of Mindaro #CBF568

Tints of Mindaro #CBF568

RGB

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

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

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

R = 36.78%
G = 44.38%
B = 18.84%

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

#CBF568 (or 0xCBF568) is known color: Mindaro. HEX triplet: CB, F5 and 68. RGB value is (203,245,104). Sum of RGB (Red+Green+Blue) = 203+245+104=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF568 is #340A97. Grayscale: #D8D8D8. Windows color (decimal): -3410584 or 6878667. OLE color: 6878667.

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

Color convert

RGB 203 245 104 -
CMYK 0.17 0 0.58 0.04
HSL 77.87º 0.88% 0.68% -
HSV(B) 77.87º 0.58% 0.96% -
XYZ 59.78 79 25.19 -
YUV 216.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 203 245 104 0.17 0 0.58 0.04 77.87 0.88 0.68
Hex CB F5 68 11 0 3A 4 4E 58 44
Octal 313 365 150 21 0 72 4 116 130 104
Binary 11001011 11110101 1101000 10001 0 111010 100 1001110 1011000 1000100

Color Harmonies of #CBF568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF568

Black with #CBF568

Text Example


Text Example

White with #CBF568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF568; }

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

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

background-color css

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

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

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

border-color css

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

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

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