Html Css Color HEX #CBF367 Mindaro

📋 copy color: '#CBF367'

red 203 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #CBF367

Tints of Mindaro #CBF367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.76%

R = 36.98%
G = 44.26%
B = 18.76%

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

#CBF367 (or 0xCBF367) is known color: Mindaro. HEX triplet: CB, F3 and 67. RGB value is (203,243,103). Sum of RGB (Red+Green+Blue) = 203+243+103=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF367 is #340C98. Grayscale: #D7D7D7. Windows color (decimal): -3411097 or 6812619. OLE color: 6812619.

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

Color convert

RGB 203 243 103 -
CMYK 0.16 0 0.58 0.05
HSL 77.14º 0.85% 0.68% -
HSV(B) 77.14º 0.58% 0.95% -
XYZ 59.13 77.78 24.73 -
YUV 215.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 203 243 103 0.16 0 0.58 0.05 77.14 0.85 0.68
Hex CB F3 67 10 0 3A 5 4D 55 44
Octal 313 363 147 20 0 72 5 115 125 104
Binary 11001011 11110011 1100111 10000 0 111010 101 1001101 1010101 1000100

Color Harmonies of #CBF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF367

Black with #CBF367

Text Example


Text Example

White with #CBF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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