Html Css Color HEX #CBF168 Mindaro

📋 copy color: '#CBF168'

red 203 ◦ green 241 ◦ blue 104

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

Shades of Mindaro #CBF168

Tints of Mindaro #CBF168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.98%

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

R = 37.04%
G = 43.98%
B = 18.98%

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

#CBF168 (or 0xCBF168) is known color: Mindaro. HEX triplet: CB, F1 and 68. RGB value is (203,241,104). Sum of RGB (Red+Green+Blue) = 203+241+104=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF168 is #340E97. Grayscale: #D6D6D6. Windows color (decimal): -3411608 or 6877643. OLE color: 6877643.

HSL color Cylindrical-coordinate representation of color #CBF168: hue angle of 76.64º degrees, saturation: 0.83, 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 #CBF168 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 104 -
CMYK 0.16 0 0.57 0.05
HSL 76.64º 0.83% 0.68% -
HSV(B) 76.64º 0.57% 0.95% -
XYZ 58.58 76.61 24.8 -
YUV 214.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 203 241 104 0.16 0 0.57 0.05 76.64 0.83 0.68
Hex CB F1 68 10 0 39 5 4D 53 44
Octal 313 361 150 20 0 71 5 115 123 104
Binary 11001011 11110001 1101000 10000 0 111001 101 1001101 1010011 1000100

Color Harmonies of #CBF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF168

Black with #CBF168

Text Example


Text Example

White with #CBF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF168; }

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

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

background-color css

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

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

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

border-color css

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

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

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