Html Css Color HEX #CFE268 Mindaro

📋 copy color: '#CFE268'

red 207 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #CFE268

Tints of Mindaro #CFE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

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

R = 38.55%
G = 42.09%
B = 19.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CFE268 (or 0xCFE268) is known color: Mindaro. HEX triplet: CF, E2 and 68. RGB value is (207,226,104). Sum of RGB (Red+Green+Blue) = 207+226+104=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE268 is #301D97. Grayscale: #CECECE. Windows color (decimal): -3153304 or 6873807. OLE color: 6873807.

HSL color Cylindrical-coordinate representation of color #CFE268: hue angle of 69.34º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE268 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 104 -
CMYK 0.08 0 0.54 0.11
HSL 69.34º 0.68% 0.65% -
HSV(B) 69.34º 0.54% 0.89% -
XYZ 55.43 68.66 23.43 -
YUV 206.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 207 226 104 0.08 0 0.54 0.11 69.34 0.68 0.65
Hex CF E2 68 8 0 36 B 45 44 41
Octal 317 342 150 10 0 66 13 105 104 101
Binary 11001111 11100010 1101000 1000 0 110110 1011 1000101 1000100 1000001

Color Harmonies of #CFE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE268

Black with #CFE268

Text Example


Text Example

White with #CFE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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