Html Css Color HEX #CFEB68 Mindaro

📋 copy color: '#CFEB68'

red 207 ◦ green 235 ◦ blue 104

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

Shades of Mindaro #CFEB68

Tints of Mindaro #CFEB68

RGB

 RED value IS 207 (81.25% from 255) = 37.91%

 GREEN value IS 235 (92.19% from 255) = 43.04%

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

R = 37.91%
G = 43.04%
B = 19.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#CFEB68 (or 0xCFEB68) is known color: Mindaro. HEX triplet: CF, EB and 68. RGB value is (207,235,104). Sum of RGB (Red+Green+Blue) = 207+235+104=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB68 is #301497. Grayscale: #D4D4D4. Windows color (decimal): -3151000 or 6876111. OLE color: 6876111.

HSL color Cylindrical-coordinate representation of color #CFEB68: hue angle of 72.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFEB68 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 104 -
CMYK 0.12 0 0.56 0.08
HSL 72.82º 0.77% 0.66% -
HSV(B) 72.82º 0.56% 0.92% -
XYZ 57.94 73.68 24.26 -
YUV 211.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 207 235 104 0.12 0 0.56 0.08 72.82 0.77 0.66
Hex CF EB 68 C 0 38 8 49 4D 42
Octal 317 353 150 14 0 70 10 111 115 102
Binary 11001111 11101011 1101000 1100 0 111000 1000 1001001 1001101 1000010

Color Harmonies of #CFEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB68

Black with #CFEB68

Text Example


Text Example

White with #CFEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB68; }

 p { color: rgb(207,235,104); }

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

background-color css

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

 a { background-color: rgb(207,235,104); }

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

border-color css

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

 span { border-color: rgb(207,235,104); }

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