Html Css Color HEX #CBF368 Mindaro

📋 copy color: '#CBF368'

red 203 ◦ green 243 ◦ blue 104

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

Shades of Mindaro #CBF368

Tints of Mindaro #CBF368

RGB

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

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

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

R = 36.91%
G = 44.18%
B = 18.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CBF368 (or 0xCBF368) is known color: Mindaro. HEX triplet: CB, F3 and 68. RGB value is (203,243,104). Sum of RGB (Red+Green+Blue) = 203+243+104=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF368 is #340C97. Grayscale: #D7D7D7. Windows color (decimal): -3411096 or 6878155. OLE color: 6878155.

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

Color convert

RGB 203 243 104 -
CMYK 0.16 0 0.57 0.05
HSL 77.27º 0.85% 0.68% -
HSV(B) 77.27º 0.57% 0.95% -
XYZ 59.18 77.8 24.99 -
YUV 215.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 203 243 104 0.16 0 0.57 0.05 77.27 0.85 0.68
Hex CB F3 68 10 0 39 5 4D 55 44
Octal 313 363 150 20 0 71 5 115 125 104
Binary 11001011 11110011 1101000 10000 0 111001 101 1001101 1010101 1000100

Color Harmonies of #CBF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF368

Black with #CBF368

Text Example


Text Example

White with #CBF368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF368; }

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

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

background-color css

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

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

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

border-color css

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

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

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