Html Css Color HEX #CBF868 Mindaro

📋 copy color: '#CBF868'

red 203 ◦ green 248 ◦ blue 104

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

Shades of Mindaro #CBF868

Tints of Mindaro #CBF868

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

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

R = 36.58%
G = 44.68%
B = 18.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#CBF868 (or 0xCBF868) is known color: Mindaro. HEX triplet: CB, F8 and 68. RGB value is (203,248,104). Sum of RGB (Red+Green+Blue) = 203+248+104=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF868 is #340797. Grayscale: #DADADA. Windows color (decimal): -3409816 or 6879435. OLE color: 6879435.

HSL color Cylindrical-coordinate representation of color #CBF868: hue angle of 78.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF868 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 104 -
CMYK 0.18 0 0.58 0.03
HSL 78.75º 0.91% 0.69% -
HSV(B) 78.75º 0.58% 0.97% -
XYZ 60.69 80.83 25.5 -
YUV 218.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 203 248 104 0.18 0 0.58 0.03 78.75 0.91 0.69
Hex CB F8 68 12 0 3A 3 4F 5B 45
Octal 313 370 150 22 0 72 3 117 133 105
Binary 11001011 11111000 1101000 10010 0 111010 11 1001111 1011011 1000101

Color Harmonies of #CBF868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF868

Black with #CBF868

Text Example


Text Example

White with #CBF868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF868; }

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

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

background-color css

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

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

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

border-color css

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

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

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