Html Css Color HEX #CFEA68 Mindaro

📋 copy color: '#CFEA68'

red 207 ◦ green 234 ◦ blue 104

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

Shades of Mindaro #CFEA68

Tints of Mindaro #CFEA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

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

R = 37.98%
G = 42.94%
B = 19.08%

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

#CFEA68 (or 0xCFEA68) is known color: Mindaro. HEX triplet: CF, EA and 68. RGB value is (207,234,104). Sum of RGB (Red+Green+Blue) = 207+234+104=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA68 is #301597. Grayscale: #D3D3D3. Windows color (decimal): -3151256 or 6875855. OLE color: 6875855.

HSL color Cylindrical-coordinate representation of color #CFEA68: hue angle of 72.46º degrees, saturation: 0.76, 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 #CFEA68 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 104 -
CMYK 0.12 0 0.56 0.08
HSL 72.46º 0.76% 0.66% -
HSV(B) 72.46º 0.56% 0.92% -
XYZ 57.65 73.11 24.17 -
YUV 211.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 207 234 104 0.12 0 0.56 0.08 72.46 0.76 0.66
Hex CF EA 68 C 0 38 8 48 4C 42
Octal 317 352 150 14 0 70 10 110 114 102
Binary 11001111 11101010 1101000 1100 0 111000 1000 1001000 1001100 1000010

Color Harmonies of #CFEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA68

Black with #CFEA68

Text Example


Text Example

White with #CFEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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