Html Css Color HEX #CBF768 Mindaro

📋 copy color: '#CBF768'

red 203 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #CBF768

Tints of Mindaro #CBF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.58%

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

R = 36.64%
G = 44.58%
B = 18.77%

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

#CBF768 (or 0xCBF768) is known color: Mindaro. HEX triplet: CB, F7 and 68. RGB value is (203,247,104). Sum of RGB (Red+Green+Blue) = 203+247+104=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF768 is #340897. Grayscale: #DADADA. Windows color (decimal): -3410072 or 6879179. OLE color: 6879179.

HSL color Cylindrical-coordinate representation of color #CBF768: hue angle of 78.46º degrees, saturation: 0.9, 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 #CBF768 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 104 -
CMYK 0.18 0 0.58 0.03
HSL 78.46º 0.9% 0.69% -
HSV(B) 78.46º 0.58% 0.97% -
XYZ 60.39 80.22 25.4 -
YUV 217.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 203 247 104 0.18 0 0.58 0.03 78.46 0.9 0.69
Hex CB F7 68 12 0 3A 3 4E 5A 45
Octal 313 367 150 22 0 72 3 116 132 105
Binary 11001011 11110111 1101000 10010 0 111010 11 1001110 1011010 1000101

Color Harmonies of #CBF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF768

Black with #CBF768

Text Example


Text Example

White with #CBF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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